curl --location --request POST '/api/user/resetPassword' \ --header 'Content-Type: application/json' \ --data-raw '{ "login": "jamesp", "authorization_key": "<encrypted long text>", "password": "NewSecure@2025" }'