Created
January 28, 2015 04:35
-
-
Save syshen/8e78894aa403f4059e70 to your computer and use it in GitHub Desktop.
Request to register
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST 'http://localhost:5999/api/v3/register': { | |
| "Accept-Language" = "en;q=1"; | |
| "Content-Type" = "application/json; charset=utf-8"; | |
| "User-Agent" = "EMQ/0.6 (iPhone Simulator; iOS 8.1; Scale/2.00)"; | |
| "X-Device-ID" = 5794b6b61929b402c20be8447ef6a3e3fb1f6afc; | |
| } {"password":"******","mobile_number":"+8860921607734","full_name":"Steve Jobs","email":"steve_jobs@apple.com","mobile_country_code":"tw"} | |
| 2015-01-28 12:33:25.234 EMQ[6238:132268] 200 'http://localhost:5999/api/v3/register' [3.2715 s]: { | |
| "Content-Length" = 677; | |
| "Content-Type" = "application/json"; | |
| Date = "Wed, 28 Jan 2015 04:33:25 GMT"; | |
| Server = "Werkzeug/0.9.6 Python/2.7.6"; | |
| } { | |
| "customers": [ | |
| { | |
| "code": "150024254056", | |
| "contacts": { | |
| "email": [ | |
| { | |
| "customer": "150024254056", | |
| "email_address": "steve_jobs@apple.com", | |
| "is_primary": true, | |
| "is_verified": false, | |
| "verification_token": null | |
| } | |
| ], | |
| "mobile": [ | |
| { | |
| "country_code": "tw", | |
| "is_primary": true, | |
| "is_verified": false, | |
| "number": "+886921607734" | |
| } | |
| ] | |
| }, | |
| "full_name": "Steve Jobs", | |
| "is_active": true, | |
| "kyc_tier": 0 | |
| } | |
| ], | |
| "token": "22ECF2ECBBA846A0B20035850C98E3F1" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment