Dear all , I am looking for an example how I can execute a "search" on a model "product.product" by using json-rpc with API KEY on Odoo 17. So far I have seen examples only with "password" authentication. In the code on github at "model.py" I have not seen that API-KEYs are supported?
e.g.
{"jsonrpc":"2.0","method":"call","id":"123","params":{"service":"object","method":"execute_kw","args":["db_odoo17",2,"password","product.product","search_read",[],{"fields":["name"],"limit":2,"offset":1,"order":"name asc"}]}}