curl --location --request GET 'https://v1.popaap.cc/api/user-auth/me' \
--header 'Authorization: Bearer <token>'{
"user": {
"id": 3,
"username": "UserTest",
"license_key": "AF30170C98C2925DCF4939FBD0A7FD53",
"license_plan": {
"id": 6,
"name": "test",
"duration_days": null
},
"hwid": "hwid",
"last_login": "2025-07-10T10:27:41.000Z",
"created_at": "2025-07-10T10:26:09.000Z"
}
}