curl --request POST \
--url https://geoff.ai/api/v1/text/chat \
--header "Authorization: Bearer $GEOFF_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"model": "magma",
"messages": [
{"role": "user", "content": "What is Geoff?"}
]
}'