curl --request POST \
--url https://api.example.com/api/device/save/product \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"idSn": "device000001",
"productModel": "PPPPCCCC",
"productName": "保存为产品"
}
'