I'm running bs and am able to query books, users, etc., but when I attempt to create a user (including using the example command in the readme) I get the following error:
me$ ./bs users create -n "Billy Bob" -e "billybob@example.org" -L "Klingon" -p "b1llyb0b123"
curl: option --json: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
I'm running Ubuntu 22.04 and BookStack 22.11.1, connecting remotely.
Any pointers would be welcome -- I'll be migrating from another wiki soon and I think the tool will be invaluable!