Setup for Shopping Bot
curl -X POST -H "Content-Type: application/json" -d '{"username":"user1","password":"password123"}' http://localhost:7861/login
get menu with bearer -
curl -H "Authorization: Bearer <bearer-key>" http://localhost:7861/menu
get order infor
curl -H "Authorization: Bearer <token>" http://localhost:7861/orders/<order_id>
Use fircrawl to scrape data.
Store data in db