curl --location --request POST '/api/documentation/upload' \
--header 'X-Session-Id;' \
--header 'Accept-Language;' \
--form 'mcp_server_id=""' \
--form 'project_id=""' \
--form 'title=""' \
--form 'file=@""'{
"id": "123e4567-e89b-12d3-a456-426614174000",
"mcp_server_id": "123e4567-e89b-12d3-a456-426614174000",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"title": "API Reference",
"content": "This is the API documentation...",
"is_active": true,
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}