Authorization: ********************{
"country": "st"
}curl --location 'https://diveraid.test/api/v1/utility/country' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"country": "st"
}'{
"status": "success",
"message": "string",
"data": {}
}