curl --location --request POST 'https://prod.your-api-server.com/campaign-artworks/remove' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"campaignArtworkIds": [
"550e8400-e29b-41d4-a716-446655440000"
],
"refreshSegmentations": false
}'{
"message": "string",
"code": "string",
"details": {}
}