curl --location --request GET '/api/v1/country/643e7ba2f44434bf67430872'{
"success": true,
"message": "Country fetch successful",
"data": {
"_id": "643e7ba2f44434bf67430872",
"id": 4,
"name": "American Samoa",
"isoAlpha2": "AS",
"isoAlpha3": "ASM",
"isoNumeric": 16,
"createdAt": "2023-04-18T11:14:42.973Z",
"updatedAt": "2023-04-18T11:14:42.973Z",
"__v": 0
}
}