status=1
&
{ "prize_raffled": [ 1, 2, 3 ], "project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b", "user_uuid": "2fcfa550-d93b-11ef-a2a9-832c32728689" }
curl --location --request POST '/api/qrcode/claim-prize' \ --header 'Content-Type: application/json' \ --data-raw '{ "prize_raffled": [ 1, 2, 3 ], "project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b", "user_uuid": "2fcfa550-d93b-11ef-a2a9-832c32728689" }'
{ "claim_prize_url": "https://qarfl.rrrexyz.icu/claim-prize?project_uuid=1820380e-22d0-4f68-97ed-bd49f563100b&user_uuid=2fcfa550-d93b-11ef-a2a9-832c32728689&prize_raffled=1&prize_raffled=2&prize_raffled=3", "project_uuid": "1820380e-22d0-4f68-97ed-bd49f563100b", "qr_code_url": "https://dummyimage.com/400x300", "user_uuid": "2fcfa550-d93b-11ef-a2a9-832c32728689" }