{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/allianz-docs/refs/heads/main/json-structure/api-connect-policy-details-self-service-request-structure.json", "description": "Request body for creating a self-service policy completion session", "properties": { "estimate_id": { "type": "string", "description": "Unique identifier of the price estimate to complete", "example": "est-500789" }, "redirect_url": { "type": "uri", "description": "URL to redirect customer back to after completing the policy", "example": "https://portal.example.com/insurance/complete" } }, "required": [ "estimate_id" ], "name": "PolicyDetailsSelfServiceRequest" }