curl --location --request PUT 'https://api-develop.enspace.io/ws/types/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'en-workspace;' \
--data-raw '{
"name": "string",
"slug": "string",
"description": "string",
"config": {}
}'