curl --location --request POST '/api/project' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"campaign_id": 0,
"total_process": 0,
"traffic_type": 0,
"organic_engine": 0,
"search_keyword": "string",
"links": [
"string"
],
"only_ads": true,
"is_kill": true,
"attribute": {
"time_frame": [
{
"time_start": "08:00",
"time_end": "12:00",
"process": 0
}
],
"page_view": [
{
"time_min": 0,
"time_max": 0
}
]
},
"traffic_device": 0,
"traffic_device_os": 0,
"geolocation": {
"lat": 10.762,
"lng": 106.66,
"accuracy": 0
}
}'{
"id": 0,
"name": "string",
"campaign_id": 0,
"status": 0,
"total_process": 0,
"traffic_type": 0,
"organic_engine": 0,
"search_keyword": "string",
"links": [
"string"
],
"is_kill": true,
"only_ads": true,
"attribute": {
"time_frame": [
{
"time_start": "08:00",
"time_end": "12:00",
"process": 0
}
],
"page_view": [
{
"time_min": 0,
"time_max": 0
}
]
},
"traffic_device": 0,
"traffic_device_os": 0,
"completed_process": 0,
"error_process": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}