curl --location --request GET 'http://localhost:6567/api/v1/me' \
--header 'Authorization: Bearer <token>'{
"id": "c31bd57f-17c0-407e-8dbe-136f92c4e1a9",
"email": "test@takiyo.us",
"displayName": "Takiyo Takahashi",
"avatarS3Key": null,
"bio": null,
"roles": [
"learner"
],
"preference": {
"userId": "c31bd57f-17c0-407e-8dbe-136f92c4e1a9",
"darkModeEnabled": false,
"preferredLocale": "id-ID",
"onboardingCompleted": false,
"updatedAt": "2026-04-06T15:03:28.303Z"
},
"createdAt": "2026-04-06T15:03:28.281Z",
"lastLoginAt": "2026-04-06T15:07:43.593Z"
}