Authorization: ********************Device-Token: ********************curl --location --request POST '/api/project/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Project SEO giày thể thao",
"campaign_id": 1,
"domain": "https://example.com",
"target_traffic": 1000,
"status": 1
}'{
"message": "Operation successful",
"data": {}
}