Advertisement
Guest User

Untitled

a guest
May 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "id": 1,
  3. "first_name": "Ruslan Popov",
  4. "last_name": "Vlad",
  5. "email": "ttheapathy@gmail.com",
  6. "team_info": [
  7. {
  8. "id": 1,
  9. "owner": 1,
  10. "name": "give away",
  11. "members": [
  12. 1,
  13. 2
  14. ]
  15. }
  16. ],
  17. "user_activity": [
  18. {
  19. "pk": 1,
  20. "activity": 1,
  21. "record": 25
  22. },
  23. {
  24. "pk": 2,
  25. "activity": 1,
  26. "record": 6666
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement