I can't figure out why am I getting the error, it works with login, do we pass the API key id or the secret value:
Here is how I'm trying to change the password:
...req.body,
applicationId: config.APP_ID,
})```
In the body I have `password` and `currentPassword` and `loginId`. Also, the API key permission for the change is given.