github.com/mysteriumnetwork/node@v0.0.0-20240516044423-365054f76801/e2e/pilvytis/mappings/totalBought.json (about) 1 { 2 "request": { 3 "method": "GET", 4 "urlPattern": "/api/v2/payment/user/.+/bought/total" 5 }, 6 "response": { 7 "status": 200, 8 "headers": { 9 "Content-Type": "application/json" 10 }, 11 "jsonBody": { 12 "status": "success", 13 "isPartial": false, 14 "data": { 15 "total": 0, 16 "last_topup": "0001-01-01T00:00:00Z" 17 } 18 } 19 }, 20 "priority": 3 21 }