{
"Action": "DescribeCodingCIBuildStage",
"BuildId": 1
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=DescribeCodingCIBuildStage' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Action": "DescribeCodingCIBuildStage",
"BuildId": 1
}'{
"Response": {
"Data": null,
"RequestId": "string"
}
}