curl --location 'https://api.techrar.com/order/v1/geo/countries/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name_en": "Saudi Arabia",
"name_ar": "Saudi Arabia",
"code": "SA"
}
]
}