Success
const response = await fetch('/v1/bridge/refund', { method: 'GET', headers: { "apiKey": "text" }, }); const data = await response.json();
{ "token": "text", "amount": "text", "swapper": "text", "contract": { "quoteId": "text", "refundSignature": "text" }, "txRequest": { "target": "text", "calldata": "text", "value": "text" } }