Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/project/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Project Updated",
"domain": "https://updated-example.com",
"target_traffic": 2000
}'{
"message": "Operation successful",
"data": {}
}