curl --request POST \
--url https://api.enkryptai.com/guardrails/hallucination \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"request_text": "What is the capital of France?",
"response_text": "Tokyo is the capital of France.",
"context": ""
}'