{}
curl --location --request POST '/get_status' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": "ok",
"retcode": 0,
"data": {
"online": true,
"good": true,
"stat": {}
},
"message": "string",
"wording": "string",
"echo": "string"
}