Mint a one-shot join token for an incoming roost.
curl -sf -X POST https://gateway.flocks.local/v1/mesh-token \ -H 'Content-Type: application/json' \ -d '{ "auth_token": "ops", "ttl_seconds": 600 }'
{ "token": "<base64>", "issued_at": "2026-04-25T20:00:00Z", "expires_at": "2026-04-25T20:10:00Z" }