Generate WebView signing URL
Generate a secure, time-limited URL for signing a contract in a WebView or web browser. The user can open this URL to review and sign the contract document without native app code.
Use `ViewContractPdf` with the `SecurityHash` embedded in the returned URL to download the PDF directly.
> **Note:** This is an experimental alternative to the native signing steps. For production use, prefer the `StepRequestOtp` → `StepValidateOtp` → `StepValidatePayment` flow.

