{ "uri": "/", "name": "folder1" }
curl --location --request POST 'http://localhost/~/api/create_folder' \ --header 'x-hfs-anti-csrf: 1' \ --header 'Content-Type: application/json' \ --data-raw '{ "uri": "/", "name": "folder1" }'
{}