SureRide License Server

This service mints + verifies installation licenses for SureRide products. There is no public UI — see the README for the admin curl snippets, or wire up the license-admin CLI.

POST /api/verify — public, called by every install on boot + daily.
POST /api/licenses — admin, mints a new license (needs x-admin-secret).
GET /api/licenses — admin, lists.
PATCH /api/licenses/:id — admin, revoke / edit.
DELETE /api/licenses/:id — admin, hard delete.