curl --location --request GET 'http://localhost:8851/api/admin/users' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTY5NDg1NjAyN30.ucimYoIO3BLwsXzgFdT9D2F08goUkTojjvK8NZ41Tu7hMHw7eNaX_jv2pWQY0pQcgGhRSpsxceGthP-n4R5w1w'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"login": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"imageUrl": "string",
"activated": true,
"langKey": "string",
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastModifiedBy": "string",
"lastModifiedDate": "2019-08-24T14:15:22Z",
"authorities": [
"string"
]
}
]