GET
Authorization: Bearer <clerk-session-token>Authentication header
- Required for management API requests.
- The API returns 401 Unauthorized when the token is missing or invalid.
curl -i https://api.vyso.io/v1/assets -H "Authorization: Bearer $CLERK_SESSION_TOKEN"