curl --location 'https://staging.shipnitro.com/api/v2/address/validate' \
--header 'Authorization: Basic {{apiKey}}' \
--header 'Content-Type: application/json' \
--data '{
"addressLine1": "9926 Lakewood Boulevard",
"addressLine2": "",
"city": "",
"stateCode": "CA",
"postalCode": "90240",
"countryCode": "US"
}'{
"errorMessage": "Country is not supported"
}