curl --location 'https://test.ubikly.app/api/v1/users?sort=&cursor=&limit=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"updated_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"links": {
"first": "string",
"next": "string"
},
"meta": {
"next": "string",
"limit": 0
}
}