Here is this automatic webhook revalidation response: image
And here is what I do: image
As you can see, I send an API request every time I either insert of delete something from the database, but I get a 304
error. However, if I do it manually by sending an API request manually by following it as a link, it goes successfully, so it shows 200
. What is the reason why it only works whenever I do manually?