curl --location --request GET '/api/User/GetUsers'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"firstName": "string",
"lastName": "string",
"createdAt": "2019-08-24T14:15:22Z",
"isActive": true,
"fullName": "string",
"email": "string",
"userType": 1,
"userTypeName": "string",
"emailConfirmed": true,
"phoneNumber": "string",
"phoneNumberConfirmed": true,
"twoFactorEnabled": true,
"lockoutEnd": "2019-08-24T14:15:22Z"
}
]
}