{
"Action": "DescribeGitTags",
"DepotId": 1001
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeGitTags' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeGitTags",
"DepotId": 1001
}'{
"Response": {
"GitTags": null
}
}