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