curl --request POST \
--url https://api.example.com/api/product/modify \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "329bd15c12394e02ac0a33f954b37d0d",
"name": "产品1",
"deptId": "000000",
"photo": "xxx.png",
"description": "i am product"
}
'