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