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