curl --request POST \
--url https://api.example.com/api/device/conf-template/edit \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"remark": "<string>",
"data": {},
"schema": {}
}
'