Hi!
For some reason the https://fusionauth.io/docs/v1/tech/apis/users/#change-a-users-password method is not working. I use authorization by API key, but on any request of the form
{
"applicationId": "89b51d96-1111-402d-b11c-11111111a73e3",
"loginId": "test@goo.com",
"password": "11111111",
"currentPassword": "1111111111"
}
fusionauth responds with a 404. I have checked the password and login on the system several times, everything is correct.