How can I send http request on field change?

Hello,

I would like to send a http request on field change e.g. I toggle a boolean flag and right after clicking a call is performed. Is it possible? I am aware of strapi lifecycle hooks, but what I need is to validate a possibility of field’s value change even before clicking ‘Save’. Maybe it is possible somehow using modifications for the strapi admin panel?