{}
curl --location --request POST '/get_online_clients' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": "ok",
"retcode": 0,
"data": [
"string"
],
"message": "string",
"wording": "string",
"echo": "string"
}