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