Advertisement
kemperrs

Untitled

Nov 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. {
  2.     "status": true,
  3.     "result": [
  4.         {
  5.             "id": 1,
  6.             "goods": {
  7.                 "id": 1,
  8.                 "label": "Привет",
  9.                 "description": "Привет",
  10.                 "tags": [
  11.                     1,
  12.                     2
  13.                 ],
  14.                 "price": 100,
  15.                 "expireIn": null,
  16.                 "assets": [
  17.                     "https://i.imgur.com/itibZ4i.jpg"
  18.                 ],
  19.                 "servers": [],
  20.                 "createdAt": "2019-11-16T18:32:27.000Z",
  21.                 "updatedAt": "2019-11-16T18:32:27.000Z"
  22.             },
  23.             "activatedState": 0,
  24.             "server": null
  25.         }
  26.     ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement