Sample usage: ```curl -k "<http://localhost:8108/...
# community-help
k
Sample usage:
Copy code
curl -k "<http://localhost:8108/collections>" -X POST -H "Content-Type: application/json" \ -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" -d '{
        "name": "docs",
        "fields": [     
          {"name": "title", "type": "string" },
          {"name": "points", "type": "int32" }
        ], "symbols_to_index": ["&"]
      }'