curl --request GET \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/labels/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"name": "<string>",
"color": "<string>",
"url": "<string>"
}curl --request GET \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/labels/{id} \
--header 'Authorization: <api-key>'{
"id": 123,
"name": "<string>",
"color": "<string>",
"url": "<string>"
}