Authorization: ********************{
"lottery_code": "string",
"prize_id": 1
}curl --location --request POST '/lottery/activities//offline-draw' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lottery_code": "string",
"prize_id": 1
}'{
"success": true,
"data": {
"is_winner": true,
"prize": {
"id": 0,
"name": "string",
"description": "string"
},
"lottery_record": {
"id": 0,
"created_at": "2019-08-24T14:15:22Z"
},
"lottery_code": {
"code": "string",
"participant_info": {
"name": "string",
"phone": "string",
"email": "string"
}
}
},
"message": "string"
}