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