curl --location 'https://api.voxa.sa/v1/workspaces/users' \
--header 'Authorization: Bearer <token>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"email": "string",
"name": "string",
"logoUrl": "string",
"role": 1,
"creationTime": "2019-08-24T14:15:22.123Z",
"isAiAgent": true,
"phoneNumber": "string"
}
]