{ "speed": 0 }
curl --location --request POST 'http://127.0.0.1:8088/api/robot/set_speed' \ --header 'Content-Type: application/json' \ --data-raw '{ "speed": 0 }'
{}