{
"success": true,
"message": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": {
"property1": "string",
"property2": "string",
"accessToken": {
"token": "string",
"type": "Bearer",
"expiresIn": 0
},
"refreshToken": "string",
"user": {
"id": 0,
"firstName": "string",
"lastName": "string",
"userName": "string",
"email": "user@example.com",
"avatarUrl": "http://example.com"
}
}
}