Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/campaign/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Chiến dịch SEO Q2 2026",
"description": "Cập nhật mô tả"
}'{
"message": "Operation successful",
"data": {}
}