curl --location 'https://service1.exmaple.com/repos///labels' \
--header 'Content-Type: application/json' \
--data '{
"name": "bug",
"description": "Something isn'\''t working",
"color": "f29513"
}'{
"id": 208045946,
"node_id": "MDU6TGFiZWwyMDgwNDU5NDY=",
"url": "https://api.github.com/repos/octocat/Hello-World/labels/bug",
"name": "bug",
"description": "Something isn't working",
"color": "f29513",
"default": true
}