{
"region": "US",
"appId": "com.1",
"platform": 1
}curl --location --request POST 'https://uat.asoworld.com/openApi/App/add' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"region": "US",
"appId": "com.1",
"platform": 1
}'{}