curl --request GET \
--url http://localhost:3091/v1/api/reference/countries/{countryId}/cities \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"countryId": "<string>"
}
]Returns all cities for a given country identifier
curl --request GET \
--url http://localhost:3091/v1/api/reference/countries/{countryId}/cities \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"countryId": "<string>"
}
]