Advertisement
nubooya

Untitled

Nov 17th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "message": "cart-list",
  3. "data": {
  4. "imageProfile": "",
  5. "user_name": "bayang",
  6. "email": "bayang@mail.com",
  7. "carts": [
  8. {
  9. "imageUrl": "",
  10. "title": "",
  11. "price": 1000,
  12. "qty": 2
  13. },
  14. {
  15. "imageUrl": "",
  16. "title": "",
  17. "price": 1000,
  18. "qty": 2
  19. }
  20. ]
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement