{ "type": "命令名", "data": { "key": "value" } }
curl --location --request POST 'http://127.0.0.1:8081/sys_cmd' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "命令名", "data": { "key": "value" } }'
{}