curl --location --request PATCH '/api/v1/orgs//labels/' \
--header 'Content-Type: application/json' \
--data-raw '{
"color": "string",
"description": "string",
"name": "string"
}'{
"color": "00aabb",
"description": "string",
"id": 0,
"name": "string",
"url": "string"
}