curl --location --request POST 'https://prod.your-api-server.com/campaign/550e8400-e29b-41d4-a716-446655440000/duplicate' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Q2 2024 Spring Collection (Copy)"
}'{
"_id": "660e8400-e29b-41d4-a716-446655440001",
"name": "Q2 2024 Spring Collection (Copy)",
"number": 1235,
"reference": "CAMP-1235",
"state": 100,
"status": 100,
"assetGroups": [
{
"assetId": "770e8400-e29b-41d4-a716-446655440002",
"campaignItems": [
{
"id": "880e8400-e29b-41d4-a716-446655440003",
"name": "New Campaign Item 1"
},
{
"id": "880e8400-e29b-41d4-a716-446655440004",
"name": "New Campaign Item 2"
}
]
}
],
"createdAt": "2025-09-09T16:00:00Z",
"updatedAt": "2025-09-09T16:00:00Z"
}