curl --request GET \
--url https://api.kadoa.com/v4/locations \
--header 'x-api-key: <api-key>'{
"locations": [
{
"countryName": "<string>",
"isoCode": "<string>"
}
]
}curl --request GET \
--url https://api.kadoa.com/v4/locations \
--header 'x-api-key: <api-key>'{
"locations": [
{
"countryName": "<string>",
"isoCode": "<string>"
}
]
}