curl --location '/countries' \ --header 'Authorization: Bearer {{bearerToken}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
[ { "countryName": "United States", "countryISOCode": "USA" } ]