Update a payout requestAsk AIpatch https://sandbox.uk.rootplatform.com/v1/insurance/payout-requests/{payout_request_id}Path Paramspayout_request_idstringrequiredMust be a UUID. The unique identifier of the payout request.Body ParamsstatusstringrequiredThe status of the payout request. This must be one of [pending, processing, completed, rejected].reasonstringA string describing why the payout request is being rejected. This is required when the status is rejected, and forbidden otherwise.proof_of_paymentobjectObject containing the proof of payment for a successfully completed payout request. This is optional when the status is completed, and forbidden otherwise.proof_of_payment objectResponse 200SuccessUpdated 5 months ago