In my last place of work we just used a small perl script for such monitoring.
You just recursively parse the whole body, save which paths exist and what type of data they have into db.
When something changes it posted an alert to a webhook.
Your case is a bit more complicated, but not by much.
In my last place of work we just used a small perl script for such monitoring. You just recursively parse the whole body, save which paths exist and what type of data they have into db. When something changes it posted an alert to a webhook. Your case is a bit more complicated, but not by much.