curl --location --request POST '/account/reset_password' \ --header 'Content-Type: application/json' \ --data-raw '{ "logout_all": false, "old_password": "string", "new_password": "string", "confirm_new_password": "string" }'
null