curl --request GET \
--url https://gogs.example.com/api/v1/repos/{owner}/{repo}/issues/{index}/labels \
--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}/issues/{index}/labels \
--header 'Authorization: <api-key>'[
{
"id": 123,
"name": "<string>",
"color": "<string>",
"url": "<string>"
}
]