Products
Create delivery file upload URL
Returns a presigned URL to upload a distributable file. PUT the file bytes to uploadUrl, then attach publicUrl to a product.
post/products/delivery/upload-url
Request body
Example request
{
"contentType": "application/pdf"
}Response
Upload URL created