Create Directory

$.post('/dir/dir/', {
  dir: {
    name: 'foo'
  }
});
Language
Click Try It! to start a request and see the response here!