curl --location --request PATCH 'https://service1.exmaple.com/repos///labels/' \
--header 'Content-Type: application/json' \
--data '{
"new_name": "bug :bug:",
"description": "Small bug fix required",
"color": "b01f26"
}'{
"id": 208045946,
"node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug%20:bug:",
"name": "bug :bug:",
"description": "Small bug fix required",
"color": "b01f26",
"default": true
}