Authorization: ********************{
"name": "string",
"description": "string",
"lottery_mode": "offline",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"settings": {
"max_lottery_codes": 1,
"lottery_code_format": "4_digit_number",
"allow_duplicate_phone": true
}
}curl --location --request POST '/admin/activities' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"lottery_mode": "offline",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"settings": {
"max_lottery_codes": 1,
"lottery_code_format": "4_digit_number",
"allow_duplicate_phone": true
}
}'{
"success": true,
"data": {
"activity": {
"id": 0,
"name": "string",
"description": "string",
"status": "draft",
"lottery_mode": "offline",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"settings": {
"max_lottery_codes": 1,
"lottery_code_format": "4_digit_number",
"allow_duplicate_phone": true
},
"created_at": "2019-08-24T14:15:22Z"
}
},
"message": "string"
}