Create a new folder
curl --request POST \ --url https://cloud.activepieces.com/api/v1/folders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "displayName": "<string>", "projectId": "<string>" }'
Use your api key generated from the admin console
Default Response