curl --location --request POST '/device_control/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 13,
"operate": 0
}'{
"success": true,
"message": "Device operation received successfully.",
"device_id": 13,
"updated_value": 1
}