Note that sendmany and sendtoaddress don't have a fee_rate option in our codebase, and there is no bug in `send()` as we don't have a dedicated `fee_rate` parameter for this RPC but rather an untyped option which already accepts string values.
This is a backport of [[https://github.com/bitcoin/bitcoin/pull/20573 | core#20573]]