Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1. data_for_registration_mode = {
  2.                 "operation": "set_user_registration_mode",
  3.                 "auth_user": "Reza",
  4.                 "auth_code": "ku72d14asfd947298ed73ifofd6542",
  5.                 "device_id": device_id
  6.             }
  7.             r = requests.post('https://www.rumytechnologies.com/rams/json_api', json=data_for_registration_mode)
  8.  
  9. # Device id - FP4061036, FP4060818, FP4061036
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement