curl --request POST \
--url https://api.example.com/api/device/func/set \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"idSn": "0638633006916920",
"funcName": "reboot",
"data": {
"input": null
},
"latency": 15
}
'