curl -X GET https://api.stellaops.local/authority/health \\
+ -H 'Accept: application/json' \\
+ -H 'User-Agent: stellaops-devportal/0.1.0'
+
+ curl -X POST https://api.stellaops.local/orchestrator/jobs \\
+ -H 'Authorization: Bearer $STELLAOPS_TOKEN' \\
+ -H 'Content-Type: application/json' \\
+ -d '{\"workflow\":\"sbom-verify\",\"source\":\"registry:example/app@sha256:...\"}'
+
+ Token is stored in-memory only for this tab. Reload to remove.
+