curl --location '/users?page=1&search=&limit=2'{
"data": [
{
"id": "533290d0-5ad9-42c1-aaf2-22ecbaabed70",
"email": "elgafarma@gmail.com",
"role": "user",
"name": "Elga",
"phone": "081234567890",
"createdAt": "2026-03-08T01:38:55.070Z"
},
{
"id": "f9437235-da97-4313-8d5a-c96e6ad263b1",
"email": "c@example.com",
"role": "user",
"name": "c",
"phone": null,
"createdAt": "2026-02-28T05:01:53.558Z"
}
],
"meta": {
"totalItems": 6,
"itemCount": 2,
"itemsPerPage": 2,
"totalPages": 3,
"currentPage": 1
}
}