#!/usr/bin/bash curl http://localhost:9997/v1/rerank \ -H "Content-Type: application/json" \ -d @- <