Regarding to this topic " Password Entry in Authentication Methods Example"
I reset password, however, using GET /api/v2/users/{id}/authentication-methods, I can not find authentication method related to password like this mentioned in the topic
{
“id”: “password|",
“type”: “password”,
“identity_user_id”: "123a4b”,
“last_password_reset”: “2025-07-09T12:08:05.563Z”,
"created_at: “2025-07-08T16:08:05.748Z”
},
Is this one (reset password) really enabled in authentication method???