Authorization: Bearer ********************curl --location --request GET 'https://api-dev.synswi.com/identity/users' \
--header 'Authorization: Bearer <token>'{
"users": [
{
"id": "string",
"email": "string",
"createdAt": "string",
"failedAttemptsLeft": 0,
"updatedAt": "string",
"_id": "string"
}
]
}