Authorization: Bearer ********************{
"status_id": 0,
"is_all_apply": true
}curl --location --request PUT '/remote-control-function-templates/switch/2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status_id": 0,
"is_all_apply": true
}'{
"error": "string",
"code": 0,
"message": "string"
}