Authorization: ********************{
"account": "string",
"activityId": 0,
"prizePoolId": "string",
"reason": "string"
}curl --location --request POST '/api/v1/pro/pointsmall/draw' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"account": "string",
"activityId": 0,
"prizePoolId": "string",
"reason": "string"
}'{
"isSuccess": true,
"code": 0,
"message": "string",
"data": {
"isWin": true,
"isGrandPrize": true,
"prizePoolItem": {
"prizePoolId": 0,
"inventoryId": 0,
"productId": 0,
"productName": "string"
}
}
}