curl --location --request GET 'https://guestapi.roomability.io/Country/GetSelectList' \
--header 'X-API-Key: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"countries": [
{
"id": 1,
"name": "Nigeria"
}
],
"errorCode": 0,
"errorMessage": "Successfully retrieved countries."
}