Authorization: ********************curl --location --request GET '/api/v1/auth/me' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"email": "user@example.com",
"roles": [
"string"
],
"createdAt": "2019-08-24T14:15:22.123Z"
}