curl --request POST \
--url https://api.example.com/api/product/add \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "产品1",
"deviceType": "device",
"productCode": "",
"deptId": "000000",
"photo": "",
"description": ""
}
'