Shell
curl -X POST "https://apis.davidcyril.name.ng/ai/deepseek-v3" \
-H "Content-Type: application/json" \
-d '{"text":"Hi! How are you?","systemPrompt":"You are a helpful assistant","sessionId":"neko"}'
cURL command to test the endpoint (supports both GET and POST).