curl --request POST \
--url https://api.sandbox.trycollate.ai/v1/test-ingress/prior-auth/authorizations/{authorizationId}/payer-events \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "more_info_request",
"documentFileId": "file_rfi_123",
"message": "Please provide recent clinical notes.",
"requestedDocuments": [
"Clinical notes",
"Lab results"
],
"resolutionHint": "Upload the requested documents and resolve the open action."
}
'