- run the server with command: python HTTPRequestHandler.py
-both the apis and how they are working post api name: http://127.0.0.1:8000 payload:{ "food_items": ["Pizza", "Burger", "Salad"], "spice_level": "Medium", "cuisine": "Italian", "is_veg": false, "allergy": "None" }
get api name: http://127.0.0.1:8000