curl --location --request PUT '/api/project/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"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
}'{
"status": 400,
"message": "Thông báo lỗi chi tiết",
"code": "ERROR_CODE"
}