curl --location --request POST 'https://api.thinkeo.io/v1/publications?app&version' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attributes": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"fastPass": false,
"seed": 0,
"name": "string"
}'