curl --location --request POST '/api/campaign' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"is_active": true,
"configs": {
"max_daily_quota": 0,
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"notes": "string"
}
}'{
"id": 0,
"name": "string",
"user_id": 0,
"is_active": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"configs": {
"max_daily_quota": 0,
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"notes": "string"
}
}