curl --location --request PUT 'https://api.thinkeo.io/v1/publications/' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"blockIds": [],
"overwrites": {},
"fastPass": false,
"stream": false,
"refresh": {}
}'
{
"publicationId": "aac799f4-ea8f-4114-9093-24db2fa60ec5",
"blocks": {
"property1": {
"kind": "html",
"content": "string"
},
"property2": {
"kind": "html",
"content": "string"
}
},
"attachments": [
{
"blockId": "fcde1d7c-c9cf-4365-8b6f-51bb6a8bc460",
"attachmentId": "96b9bbac-86d3-4497-9e0c-1f8e3803eddb"
}
],
"totalCost": 0
}