curl --location --request GET '/lottery-codes/validate/?activity_id' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"valid": true,
"message": "string",
"lottery_code": {
"id": 0,
"code": "string",
"participant_name": "string",
"participant_email": "string",
"participant_phone": "string"
},
"activity": {
"id": 0,
"name": "string"
}
},
"message": "string"
}