curl --location --request GET 'http://127.0.0.1:3000/api/v1/auth/me' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"user": {
"id": 0,
"username": "string",
"role": "user",
"email": "user@example.com",
"status": "active",
"profile": {
"profile_name": "string",
"avatar_url": "string"
},
"created_at": "2019-08-24T14:15:22Z",
"last_login": "2019-08-24T14:15:22Z"
}
},
"timestamp": "2019-08-24T14:15:22Z"
}