cURL
curl --request POST \ --url https://api.example.com/calculations/serviceability/quote/{quoteUid}/temp-link \ --header 'x-api-key: <api-key>'
{ "quoteUid": "<string>", "quoteUrl": "<string>", "expiresAt": "<string>" }
The unique identifier of the quote
OK