Authorization: ********************{
"type": "1",
"name": "string",
"description": "string",
"imageUrl": "string",
"consumeType": "0",
"pointsType": "string",
"consumePoints": 0,
"limitType": "0",
"limit": 0,
"winningType": "0",
"strategy": {
"strategyType": "1",
"triggerCount": 0,
"maxTriggerTimes": 0
},
"prizes": [
{
"productId": 0,
"unLimited": true,
"stock": 0,
"winningType": "0",
"probability": 0,
"weight": 0,
"acqType": "1"
}
],
"operatorId": 0,
"id": 0
}curl --location --request POST '/iapi/v1/pro/pointsmall/crm/prizepool/updateprizepool' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"type": "1",
"name": "string",
"description": "string",
"imageUrl": "string",
"consumeType": "0",
"pointsType": "string",
"consumePoints": 0,
"limitType": "0",
"limit": 0,
"winningType": "0",
"strategy": {
"strategyType": "1",
"triggerCount": 0,
"maxTriggerTimes": 0
},
"prizes": [
{
"productId": 0,
"unLimited": true,
"stock": 0,
"winningType": "0",
"probability": 0,
"weight": 0,
"acqType": "1"
}
],
"operatorId": 0,
"id": 0
}'