X-API-Token: ********************{
"destinations": [
{
"id": "string",
"type": "store"
}
],
"releaseNotes": "string",
"mandatoryUpdate": true,
"notifyTesters": true
}curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///builds//distribute' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"destinations": [
{
"id": "string",
"type": "store"
}
],
"releaseNotes": "string",
"mandatoryUpdate": true,
"notifyTesters": true
}'{
"status": "string",
"upload_id": "string"
}