Getting error when creating a send with the cli

When using the cli to create a send (Bitwarden CLI | Bitwarden Help Center) (Send from CLI | Bitwarden Help Center), I get this error:

`requestJson` was not provided

I’m trying to just create a plaintext send. I tried this:

bw send create --text 'text'

but the only way it works is to remove the ‘create’ sub-command:

bw send 'text'