{
"project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b",
"user_uuid": "2fcfa550-d93b-11ef-a2a9-832c32728689"
}
curl --location --request POST '/api/claim-prize' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b",
"user_uuid": "2fcfa550-d93b-11ef-a2a9-832c32728689"
}'
{
"claim_prize_status": false,
"prizes": [
{
"id": 1,
"image": "https://dummyimage.com/400x300",
"level": 1,
"name": "手机支架"
}
]
}