curl --location --request PUT 'https://prod.your-api-server.com/api/ad-ops/v2/creatives/00241068-6213-4697-bb13-af3fc55ade1d' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ad_id": "efc8ccc9-36e5-4f46-953f-51d21c377e1f",
"format": "160x600",
"image_key": "string",
"phone": "string",
"clickthrough_url": "string",
"is_target_blank": true,
"starts_at": "2019-08-24T14:15:22Z",
"ends_at": "2019-08-24T14:15:22Z",
"timezone": "America/Montreal"
}'{
"data": [
{}
]
}