curl --location --request PUT 'https://api.thinkeo.io/v1/publications/views/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [],
"appIds": [],
"teamIds": [],
"userIds": [],
"sortBy": {
"key": "id",
"order": "asc"
},
"createdAfter": null,
"updatedAfter": null
}'
{
"key": "string",
"message": "string"
}