{ "room_number": 0, "speed": "high" }
curl --location --request POST 'http://localhost:8080/api/set_speed' \ --header 'Content-Type: application/json' \ --data-raw '{ "room_number": 0, "speed": "high" }'
{ "status": 200 }