curl --location --request GET '/admin/list-users?searchValue&searchField&searchOperator&limit&offset&sortBy&sortDirection&filterField&filterValue&filterOperator' \
--header 'Authorization: Bearer <token>'{
"users": [
{
"id": "string",
"name": "string",
"email": "string",
"email_verified": true,
"image": "string",
"created_at": "string",
"updated_at": "string",
"phone_number": "string",
"phone_number_verified": true,
"role": "string",
"banned": true,
"ban_reason": "string",
"ban_expires": "string",
"balance": "100"
}
],
"total": 0,
"limit": 0,
"offset": 0
}