Create a project or folder
Creates a new folder in the specified parent folder. If no parent folder ID is specified, the folder created will be a top level folder (in the Home folder).
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Folder name.
parent_id
Parent folder ID. Defaults to Home folder.
Response
Success reply
id
The unique identifier.