treatment
on
Api-Key: ********************
{ "zip": "12345" }
curl --location --request POST 'https://apis.hellotech.com/api/partners/skus//check_zip' \ --header 'Accept-Encoding: application/json' \ --header 'Api-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "zip": "12345" }'
{ "status": "string", "treatment": "on", "zip": "string", "cbsa_id": 0, "cbsa": "string" }