{ "isSleeping": true }
curl --location --request POST '/set_sleep' \ --header 'Content-Type: application/json' \ --data-raw '{ "isSleeping": true }'
{}