username:password
Authorization: Basic *****************
{
"color": "#00aabb",
"description": "string",
"exclusive": false,
"is_archived": false,
"name": "string"
}
curl --location --request PATCH '/repos///labels/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"color": "#00aabb",
"description": "string",
"exclusive": false,
"is_archived": false,
"name": "string"
}'
{
"color": "00aabb",
"description": "string",
"exclusive": false,
"id": 0,
"is_archived": false,
"name": "string",
"url": "string"
}