{ "summary": "Example TransactionRefundJsonRequestBody", "value": { "requestId": "example_requestId", "refunds": [ { "orderId": 1, "sessionId": "example_sessionId", "amount": 1, "description": "example_description" } ], "refundsUuid": "example_refundsUuid", "urlStatus": "https://example.com" } }