an object with query parameters
Optionalfilename?: stringThe name of the file to upload.
Optionalttl?: numberThe TTL parameter is used to define the time-to-live for the content resource in seconds. It defaults to one hour (3600) if no input is provided. Max TTL is 259200 (3 days).'
an object with the body content
Optionaloptions: ApiCallOptions
Upload a file as a temporary content resource. It returns a
201 Createdwith a location header that contains the location of the created resource. If filename or TTL is not properly set, a400 Bad requestis returned. For internal issues, a500 Internal Server Erroris returned.