curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api=&version=&method=&additional&_sid=<api-key>'{
"success": true,
"data": {
"offset": 0,
"total": 0,
"users": [
{
"name": "string",
"email": "string",
"expired": "string",
"2fa_status": true
}
]
}
}