X-API-Token: ********************
{
"service_connection_id": "string",
"apple_id": "string",
"bundle_identifier": "string",
"team_identifier": "string"
}
curl --location --request POST 'https://api.appcenter.ms/v0.1/apps///apple_mapping' \
--header 'Content-Type: application/json' \
--header 'X-API-Token;' \
--data-raw '{
"service_connection_id": "string",
"apple_id": "string",
"bundle_identifier": "string",
"team_identifier": "string"
}'
{
"code": "BadRequest",
"message": "string"
}