curl --location -g --request POST 'https://api.byelabel.com/v1/zip-to-state?filter={"parent_code":"US"}' \
--header 'X-Workspace-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "string",
"zip_code": "string"
}'{
"success": true,
"payload": {
"zip_code": "string",
"country": "string",
"country_code": "string",
"state": "string",
"state_code": "string",
"city": "string"
},
"transaction": {
"id": "string",
"response_time": 0
}
}