"""TANDEM HTTP API. Two endpoints to satisfy the BCT hackathon's containerized-API requirement: - POST /simulator/predict (Task A: persona + product → review + rating) - POST /recommender/recommend (Task B: persona + candidates → ranked list) Implementation in src/api/main.py. """