curl --location --request GET 'https://api.thinkeo.io/v1/publications//revisions/'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content": {
"property1": {
"kind": "html",
"content": "string"
},
"property2": {
"kind": "html",
"content": "string"
}
},
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"attachments": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"messages": [
null
]
}