curl --request PATCH \
--url https://api.mottostreaming.com/cms/banners/v2/{banner_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"banner_id": "<string>",
"banner_update": {
"project_id": "<string>",
"name": "<string>",
"template_type": "<string>",
"content_id": "<string>",
"dynamic_target": {
"filter": "<string>",
"order_by": "<string>",
"offset": "<string>"
},
"background_assets": [
{
"options": [
{
"asset_id": {
"asset_id": {}
},
"keypath": "<string>"
}
],
"breakpoint_width": 123
}
],
"data": {},
"environments": [
"<string>"
],
"css_classes": [
"<string>"
],
"overrides": {},
"geo_applicability_exempt": {
"country_codes": [
"<string>"
]
},
"geo_applicability_apply": {
"country_codes": [
"<string>"
]
},
"destination_url": {},
"is_preview": true,
"source_banner_id": "<string>",
"is_fallback": true
},
"update_mask": "<string>"
}
'