api-token: ********************
curl --location --globoff 'http://localhost:5678/api/open/file/v1/create' \ --header 'api-token: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "path": "string", "name": "string", "type": "folder" }'
true