#!/bin/bash # Run the API uvicorn src.main:app --host 0.0.0.0 --port 33000