curl --request GET \
--url http://localhost:3091/v1/api/reference/countries \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"code": "<string>",
"flag": "<string>"
}
]Returns the complete list of supported countries
curl --request GET \
--url http://localhost:3091/v1/api/reference/countries \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"code": "<string>",
"flag": "<string>"
}
]