curl --request POST \
--url https://api.example.com/api/device/config/save \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"idSn": "<string>",
"data": {},
"schema": {},
"nodePath": "<string>"
}
'