curl --location '/users?page=undefined&limit=undefined&search=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"username": "johndoe",
"email": "john.doe@petstore.com",
"firstName": "John",
"lastName": "Smith",
"phone": "+12025551234",
"preferences": {
"newsletter": false,
"notifications": true
}
}
],
"pagination": {
"page": -57187690,
"limit": 26839665,
"totalItems": -17845631,
"totalPages": 96864753
}
}