Authorization: ********************curl --location '/profile' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": {
"user": {
"id": 0,
"email": "user@example.com",
"username": "string",
"avatar": "string",
"bio": "string",
"role": "user",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
},
"timestamp": "2019-08-24T14:15:22.123Z"
}