curl --location '/users/trash'{
"data": [
{
"id": "533290d0-5ad9-42c1-aaf2-22ecbaabed70",
"email": "elgafarma@gmail.com",
"role": "admin",
"name": "Elga",
"phone": "081234567890",
"deletedAt": "2026-03-09T07:14:49.643Z"
},
{
"id": "0a1fa9f6-d696-4017-80cb-ebc9681f3c7d",
"email": "b@example.com",
"role": "user",
"name": "b",
"phone": null,
"deletedAt": "2026-02-27T11:44:56.510Z"
}
],
"meta": {
"totalItems": 2,
"itemCount": 2,
"itemsPerPage": 10,
"totalPages": 1,
"currentPage": 1
}
}