Authorization: ********************{
"id": 0,
"price": 0,
"details": [
{
"lang": "string",
"name": "string",
"description": "string",
"imageUrl": "string"
}
],
"status": "0",
"type": "1"
}curl --location --request PUT '/iapi/v1/pro/pointsmall/crm/product/updateproduct' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": 0,
"price": 0,
"details": [
{
"lang": "string",
"name": "string",
"description": "string",
"imageUrl": "string"
}
],
"status": "0",
"type": "1"
}'