how to run an action using action ID in Odoo 14 through web API. Here's an example of my code. The action Id of the create invoice button is 352 and I need to trigger that function. Can somebody please help me with it.
models.execute_kw(db, uid, password, 'sale.order', 352)