In the admin panel - I have a content-type products, which shows me all the products in the database (MongoDB)
Suppose I would like to edit a product and when I click on the Save button, I would like to hit a custom API/ override the existing endpoint that updates my
products collection!
Is it possible to customize or override the admin panel APIs?

