7 lines
269 B
Bash
7 lines
269 B
Bash
# curl -N -v -X GET "https://cld-dkr-prod-jenna-mcp.wibudev.com/mcp/test-session-id"
|
|
|
|
curl -X POST http://localhost:3000/mcp/test-room \
|
|
-H "Content-Type: application/json" \
|
|
-H "X-API-Key: super-secret-key" \
|
|
-d '{"event":"notice","data":{"msg":"hello world"}}'
|