X-API-Token: ********************{
"type": "googleplay",
"name": "string",
"track": "production",
"intune_details": {
"secret_json": {
"id_token": "string",
"refresh_token": "string",
"refresh_token_expiry": "string"
},
"target_audience": {
"name": "string"
},
"app_category": {
"name": "string"
},
"tenant_id": "string"
},
"service_connection_id": "string"
}curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///distribution_stores' \
--header 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "googleplay",
"name": "string",
"track": "production",
"intune_details": {
"secret_json": {
"id_token": "string",
"refresh_token": "string",
"refresh_token_expiry": "string"
},
"target_audience": {
"name": "string"
},
"app_category": {
"name": "string"
},
"tenant_id": "string"
},
"service_connection_id": "string"
}'{
"code": "BadRequest",
"message": "string"
}