This operation provides an upload url for a specific scan for uploading capture data to Prism.
/scans/{scanId}/upload-url
The unique ID of the scan
unique-scan-id
curl -L \ --request POST \ --url 'https://api.hosted.prismlabs.tech/scans/{scanId}/upload-url'
{ "expirationTime": "text", "url": "https://signed-url" }