$ curl -X POST https://qorrelate.io/v1/logs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Organization-Id: YOUR_ORG_ID" \
-H "Content-Type: application/json" \
-d '{"resourceLogs":[{"resource":{"attributes":[{"key":"service.name","value":{"stringValue":"my-app"}}]},"scopeLogs":[{"logRecords":[{"severityText":"INFO","body":{"stringValue":"Hello from Qorrelate!"}}]}]}]}'
{"status":"ok","accepted":1}