curl --location --request GET 'http://localhost:8080/user?name=Test&permission=ADMIN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"id": 1,
"name": "Tester2",
"email": "tester2@zscansoftware.com",
"birthdate": "2002-01-02",
"documentType": "CPF",
"documentValue": "04044164232",
"telephone": "(62) 994318404",
"lastLogin": null,
"permission": "admin",
"active": true,
"mustChangePassword": true
}