{ "request": { "method": "POST", "url": "https://trade-api.gateway.uniswap.org/v1/order", "headers": { "Content-Type": "application/json", "x-api-key": "YOUR_API_KEY" }, "body": { "encodedOrder": "0x...", "orderType": "Dutch_V2", "signature": "0x...", "chainId": 1, "quoteId": "f3c5e2d1-b4a6-4c8f-9e0d-1a2b3c4d5e6f" } }, "response": { "status": 201, "body": { "hash": "0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890" } } }