curl --location --request POST '/api/documentation' \
--header 'X-Session-Id;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mcp_server_id": "123e4567-e89b-12d3-a456-426614174000",
"title": "API Reference",
"content": "This is the API documentation...",
"project_id": "550e8400-e29b-41d4-a716-446655440000"
}'{
"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"
}