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