curl -X POST https://api.inceptionlabs.ai/v1/chat/completions \ -H "Authorization: Bearer sk_da9423c3c4a4162be47d7e73250edd0c" \ -H "Content-Type: application/json" \ -d '{"messages": [{"role": "user", "content": "What is the meaning of life?"}], "model": "mercury"}'