Advertisement
sphinx2001

Словарь user

Feb 17th, 2023
810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.65 KB | None | 0 0
  1. user = {
  2.     "id": 4170,
  3.     "uid": "5e941db5-9e0f-4f94-9fc5-734110c6be14",
  4.     "password": "SyUpfo1ljm",
  5.     "first_name": "Teresa",
  6.     "last_name": "Wehner",
  7.     "username": "teresa.wehner",
  8.     "email": "teresa.wehner@email.com",
  9.     "gender": "Non-binary",
  10.     "phone_number": "+674 424.561.2776",
  11.     "social_insurance_number": "637316241",
  12.     "date_of_birth": "1993-08-17",
  13.     "employment": {
  14.         "title": "Central Hospitality Liaison",
  15.         "key_skill": "Organisation"
  16.     },
  17.     "subscription": {
  18.         "plan": "Essential",
  19.         "status": "Idle",
  20.         "payment_method": "Debit card",
  21.         "term": "Annual"
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement