BUG: Setting user's password via workflow/API is not working

Hi!

I want to ask about the title. The API seems to be not working as expected since it returns a 200; however, the password is not set for the user.

In my case, I would like to create a user and set a default password for them via the API.
The part of my workflow looks like this:

I’m using the API endpoint from the swagger docs. Note that your swagger doc is missing /api/ part from every endpoint.

I think it’s due to a bug; the API responds with 200, OK, although no password has been set. I tested sending a different json, and I still got a 200. Do you know what I am doing wrong, or is this a bug? To be clear the password does not get set in the server and I’m running the workflow as a super admin.