{ 
  "get": {
    "method": "GET",
    "path_template": "/exports/:identity",
    "url_params": {"identity": "EX123"},
    "body": {"exports":{"created_at":"2014-01-01T12:00:00.000Z","currency":"GBP","download_url":"example download_url 8853","export_type":"payments_index","id":"EX123"}}
  },
  "list": {
    "method": "GET",
    "path_template": "/exports",
    "url_params": {},
    "body": {"exports":[{"created_at":"2014-01-01T12:00:00.000Z","currency":"GBP","export_type":"payments_index","id":"EX123"},{"created_at":"2014-01-01T12:00:00.000Z","currency":"GBP","export_type":"payments_index","id":"EX123"}],"meta":{"cursors":{"after":"example after 7774","before":"example before 8475"},"limit":50}}
  }
}

