curl --location --request POST 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//pricing:convertRegionPrices' \
--header 'Content-Type: application/json' \
--data-raw '{
"price": {
"currencyCode": "string",
"nanos": 0,
"units": "string"
}
}'