curl --request PATCH \
--url https://api.stackone.com/unified/marketing/content_blocks/{id} \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--header 'x-account-id: <x-account-id>' \
--data '
{
"name": "<string>",
"tags": [
"<string>"
],
"content": "<string>",
"type": {
"value": "html",
"source_value": "text"
},
"passthrough": {
"other_known_names": "John Doe"
}
}
'