curl --location --request PUT '/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"
}
}'{
"status": 400,
"message": "Thông báo lỗi chi tiết",
"code": "ERROR_CODE"
}