curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMyUsersList
{
"list": [
{
"email": "<string>",
"hq_id": 123,
"is_disabled": true,
"name": "<string>",
"role": "<string>"
}
],
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
}
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getMyUsersList
{
"list": [
{
"email": "<string>",
"hq_id": 123,
"is_disabled": true,
"name": "<string>",
"role": "<string>"
}
],
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
}
}