curl --location 'https://app.mgpanel.co/api/account/me/users' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"message": "OK",
"total": 1,
"users": [
{
"name": "Admin",
"email": "admin@test.com",
"role": 80,
"role_name": "Owner",
"status": 10,
"status_name": "Active"
}
]
}