esrraa/recommendation_system
0
1GET http://127.0.0.1:8000/health2Accept: application/json3 4###5# Test your FastAPI endpoints6 7GET http://127.0.0.1:8000/8Accept: application/json9 10###11 12GET http://127.0.0.1:8000/hello/User13Accept: application/json14 15 16###17 18POST http://127.0.0.1:8000/predict19Content-Type: application/json20 21{22 "age": 22,23 "sex": "male",24 "bmi": 22,25 "children": 4,26 "smoker": "yes",27 "region": "southwest"28}29 30 31 