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 'X-API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_connection_id": "string",
"apple_id": "string",
"bundle_identifier": "string",
"team_identifier": "string"
}'{
"code": "BadRequest",
"message": "string"
}