X-API-Token: ********************{
"deploymentKey": "string",
"label": "string",
"appVersion": "string",
"previousDeploymentKey": "string",
"previousLabelOrAppVersion": "string",
"status": "string",
"clientUniqueId": "string"
}curl --location --request POST 'https://api.appcenter.ms/v0.1/legacy/reportStatus/download' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deploymentKey": "string",
"label": "string",
"appVersion": "string",
"previousDeploymentKey": "string",
"previousLabelOrAppVersion": "string",
"status": "string",
"clientUniqueId": "string"
}'{}