Authorization: Bearer ********************
curl --location --request POST 'https://api.edara.io/v/countries' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'name='
{
"status_code": 0,
"error_message": "string",
"result": [
0
],
"total_count": 0
}