5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
curl -X POST http://localhost:8080/api/queue/JOB_ID/reprint \
|
|
-H "Content-Type: application/json" \
|
|
-H "X-Printservice-Token: YOUR_PRINT_TOKEN" \
|
|
-d @rest-reprint-request.json
|