Reset password using v5 cli

How does one reset a password using the cli for v5? I keep getting errors even when supplying it with a request token.

Response data:
{
“detail”: [
{
“type”: “model_attributes_type”,
“loc”: [
“body”
],
“msg”: “Input should be a valid dictionary or object to extract fields from”,
“input”: “f2afd1cacb5441a5e65a7a460a5f9898b7b98b08aa6323a2e53c8b9a9686cd86”
}
]
}

Actually I figured out how to send the SHA256 sum, like this:

cryosparcm cli "api.users.reset_password('user@whatever.com',{'password':'17f165d5a5ba695f27c023a83aa2b3463e23810e360b7517127e90161eebabda'},token='X2YZ')"

How does one get the password request token using the CLI?

Nevermind, this is already available through the basic CLI

cryosparcm user resetpassword