{
"success": true,
"data": {
"user": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"email": "user@example.com",
"full_name": "string",
"status": "inactive",
"role": "user",
"confirmed": true,
"plan": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Free",
"code": "free"
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"tokens": {
"access_token": "string",
"refresh_token": "string",
"expires_in": 900,
"token_type": "Bearer"
}
}
}