curl --location --request GET '/api/user?login&name&email&limit&page'{
"data": [
{
"id": "018f49a9-3e61-4810-be7a-7ec130068d90",
"login": "jamesp",
"email": "james.packard@mail.exemple.net",
"name": "James A. Packard",
"status": true
}
],
"page": {
"totalItems": 1,
"totalPages": 1,
"limit": 100,
"page": 1
}
}