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