# Create a new source connector. Endpoint: POST /platform-config/v1/sources Version: 1.0.0 ## Request fields (application/json): - `tenantId` (any) Tenant ID of the user Example: "tenant-123" - `userId` (any) User ID of the requester Example: "user-456" - `description` (any) Description of the connector Example: "This is a sample connector" - `type` (string) Type of the connector Example: "s3" - `name` (any) Name of the connector Example: "My S3 Source" - `config` (any) - `sourceType` (string) Source type Example: "RELATIONAL DB"