X-API-KEY: ********************{
"customsCountryCode": "string",
"descriptions": [
"string"
]
}curl --location 'https://api.test.post-plus.io/api/v1/hscodes' \
--header 'Accept: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"customsCountryCode": "string",
"descriptions": [
"string"
]
}'