curl --location --request PATCH 'https://prod.your-api-server.com/api/publisher/v2/blocks/88b0d101-d64d-4505-bfe4-185d67c754c8' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "quote",
"content_locale_id": "a46ac801-35e8-461a-93d4-9a3db7d6ae99",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
"quote_html": "string",
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "none",
"image": null,
"video": null,
"slideshow": null
}
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "quote",
"content_locale_id": "a46ac801-35e8-461a-93d4-9a3db7d6ae99",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
"quote_html": "string",
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "none",
"image": null,
"video": null,
"slideshow": null
},
"position": 0
}
}