Authorization: ********************{
"userId": 0,
"account": "string",
"activityId": 0,
"poolId": "string",
"unlock": true
}curl --location --request POST '/iapi/v1/pro/activitytemplate/luckydraw/crm/luckydraw/prizepool/unlock/manual' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"account": "string",
"activityId": 0,
"poolId": "string",
"unlock": true
}'