curl --location -g --request GET 'https://prod.your-api-server.com/api/docs/v2/contents/{{docs_content_id}}/blocks' \
--header 'x-api-key: <api-key>'{
"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
}
]
}