slug
(path) - Slug único do TypefieldId
(path) - ID do Fieldcurl --location --request PUT 'https://api-develop.enspace.io/ws/types//fields/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'en-workspace;' \
--data-raw '{
"name": "string",
"slug": "string",
"type": "text",
"required": false,
"config": {},
"order": 0
}'