curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/saveHQUser \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"hq_id": 123,
"is_disabled": true,
"name": "<string>",
"role": "<string>"
}'
{
"invoice_id": 123,
"message": "<string>",
"status": 0
}
curl --request POST \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/saveHQUser \
--header 'Content-Type: application/json' \
--data '{
"email": "<string>",
"hq_id": 123,
"is_disabled": true,
"name": "<string>",
"role": "<string>"
}'
{
"invoice_id": 123,
"message": "<string>",
"status": 0
}