curl --location --request POST 'https://127.0.0.1/suite/receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg_type":"command",
"base_info":{
"req_id":"xxx",
"device_sn":"xxx",
"createtime":1658332800,
"model_id":"xxx",
"auth_corpid":"xxx",
"service_corpid":"xxx"
},
"command":{
"command_type":"exit_page",
"page_type":"fa",
"oper_id":"xxxxx",
"userid":"xx",
"user_type":0
}
}'
{}