API endpoints for folder management (Create, Rename, Delete)
I want API endpoints to manage folders (create, rename, delete) within a workspace. Currently, only transcript placement is supported via POST /transcripts. It would be ideal if these were structured under /spaces/{spaceId}/folders. This is important for automating workspace organization and management via the API.