#!/usr/bin/env sh

http post https://api.anthropic.com/v1/messages \
     "x-api-key: $ANTHROPIC_API_KEY" \
     "anthropic-version: 2023-06-01" \
     "content-type: application/json" < yo.json
