How to create an endpoint using xml-rpc, that when the URL will call it will return all fields and its value of res.users model in a dictionary format.
Example : First I want to create an Endpoint i.e. http://localhost:8069/users . When I will hit this endpoint from postman it should return all the fields and its value from res.users model in a dictionary format.
How can I achieve this using XML-RPC ?
Please suggest if anyone have idea.