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