The beneficiaries argument in post doesn't work for me.
steembase.exceptions.RPCError: 3030000 tx_missing_posting_auth: missing required posting authority
I'm using a dictionary for beneficiaries like this:
[{'account': 'account1', 'weight': 5000}, {'account': 'account2', 'weight': 5000}]
Even if I set only the posting account as beneficiary, it returns the same error.