{
"address": "Menteng"
}
curl --location 'https://master-apis.vercel.app/api/utilitas/1.0.1/getPostalCode' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{POS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"address": "Menteng"
}'{}