curl --location 'https://auth.side.my.id/api/v1/user/profile' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{
"success": true,
"message": "Profile retrieved successfully",
"data": {
"id": "68778aca5a537a1e4fed4f69",
"nis": "11111111",
"name": "dimas",
"kelas": "kelas bangg",
"jurusan": "MIF",
"email": "dimas@gmail.com",
"is_active": true,
"created_at": "2025-07-16T11:19:38.946Z",
"updated_at": "2025-07-16T11:21:23.04Z"
},
"timestamp": "2025-07-16 11:25:12"
}