Patch authorization answers

Merges questionnaire answers into the authorization. Send a partial `answers` object. Each item is keyed by `linkId` and replaces the answer for that field. Items not included in the request are left unchanged. Patching answers recomputes `requirements`. If all blockers clear, the authorization moves to `requires_action` with `nextAction.type = continue_authorization`. If new blockers appear, the authorization returns to `requires_action`. Patching answers never resumes Collate processing on its own. When `status = requires_action`, call [Confirm an authorization](api:POST/v1/prior-authorizations/{authorization_id}/confirm) to advance the case. See [Authorization lifecycle](/lifecycle) for the full transition model. ## Returns Returns the updated authorization.