1#!/usr/bin/env bash 2curl --request POST \ 3 --url http://localhost:8080/embedding \ 4 --header "Content-Type: application/json" \ 5 --data '{"input": "Hello world today"}' \ 6 --silent