license-server/test_api_generate.sh

6 lines
176 B
Bash

curl -X POST http://localhost:13579/api/license/generate \
-H "Content-Type: application/json" \
-d '{
"machine_id": "ABCDEF123456",
"features": ["gpu", "ocr"]
}'