I am trying to create a bot to buy tickets automatically from this website https://kide.app/products/96ad9c18-66b3-43e5-88f2-c55d9da3c227
So far I have succesfully made it that when I run the script it automatically logins to the site with my account and password. I used f12 and inspect element to copy the right parts of javascript which was relatively easy. But when I try to do the same thing with the add to cart feature, I can't find the right part from the code to copy. Is there some protection to block the making of such scripts or what?