{}
curl --location --request POST '/get_status' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": "ok",
"retcode": 0,
"data": {
"app_initialized": true,
"app_enabled": true,
"plugins_good": true,
"app_good": true,
"online": true,
"good": true,
"memory": 0
}
}