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