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