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