To upload a data source, you need to send a POST request to the API endpoint with a JSON request body containing the URL of the data source. Here’s an example request body:
Copy
{ "url": "https://example.com/data-source"}
url (string, required): Provide the URL of the data source you want to upload.