post
https://example.com/cod/AppsServices/api/v2/uploads
Creates upload resource that returns a pre-signed upload URL. URL can be used with PUT request to upload CSV file.
This step generates a request to upload a CSV file. The request body requires a name for the file to be uploaded.
If successful, the key output will include the upload_id and upload_url.
400The request was unacceptable, likely due to missing a required input.
401No valid API key provided.
403Forbidden: Access to this resource / action is denied or not authorized
404Not found.
405Method not allowed
500Something went wrong on our end (this happens rarely)
