📣 this endpoint Create Folder under another Folder or a project . In this POST request the project ID has to be provided . in the payload you have to provide folder name and parent ID . If the parent ID set to empty then folder will be created under project✳ list of URL parameters
project_id = 36 character in length
✳ list of JSON Payload
name = name of the folder
parent_id = name of the parent folder
📢 Info message : Here URL is contructed like POST/projects/<project_id>/folders
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.