View difference between Paste ID: p5m5jVSL and jqFEsSLT
SHOW: | | - or go back to the newest paste.
1-
username
1+
{
2-
email
2+
    "message": {
3-
password
3+
        "type": "success",
4
        "code": 1000,
5
        "msg": "Success"
6
    },
7
    "data": {
8
        "user": {
9
            "id": 6,
10
            "username": "u6",
11
            "email": "abc@yahoo.com",
12
            "firstname": "",
13
            "lastname": "",
14
            "fullname": "",
15
            "mobile": "",
16
        "shipping": "",
17
        "billing": "",
18
        },
19
        "token": "b9526fd7e22fb380d94be37195abc3c4"
20
    }
21
}