{ "mode": 0 }
curl --location --request POST '/api/v1/device/input/mode' \ --header 'Content-Type: application/json' \ --data-raw '{ "mode": 0 }'
{ "code": 0, "message": "", "data": {} }