GET /utils/countries
Description
This endpoint allows a user to get all countries
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| page | string | page | No |
| limit | string | limit | No |
Response
json
{
"status": 200,
"data": [
{
"value": 144,
"label": "🇦🇫 Afganistán"
},
{
"value": 114,
"label": "🇦🇱 Albania"
},
{
"value": 18,
"label": "🇩🇪 Alemania"
}
],
"hasNextPage": false,
"currentPage": 1,
"totalItems": 3,
"totalPages": 1
}