curl --location --request PUT 'https://api.thinkeo.io/v1/publications//data' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": 0,
"data": null
}'
{
"key": "string",
"message": "string"
}