Authorization: Bearer ********************Authorization: Bearer ********************curl --location --request PATCH '/api/knowledge-base/folders/' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"parent_folder_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "value",
"is_active": true
}'{
"id": "string",
"project_id": "string",
"owner_type": "project",
"owner_id": "string",
"parent_folder_id": "string",
"name": "string",
"is_active": true,
"extraction_status": "ready",
"extraction_progress_percent": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}