#!/bin/sh set -x curl \ --request POST \ --url http://localhost:4999 \ --header 'Content-Type: application/json' \ --data '{"inputs": ["Please embed me", "And me too, please!"]}' \ -w "\n"