curl --location -g --request GET 'https:///api/v2/gdrive/corpus-folders?corpus_id' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"data": {
"folder_mappings": [
{
"folder_mapping_id": 0,
"corpus_id": 0,
"google_folder_id": "string",
"google_folder_name": "string",
"google_shared_drive_id": "string",
"sync_enabled": true,
"is_deleted": true,
"status": "active",
"user_email": "[email protected]",
"mcp_connection_id": 0,
"document_count": 0
}
]
},
"success": true,
"message": "string"
}