## Description Currently, all endpoints are at root level without versioning. This makes it difficult to introduce breaking changes. ## Goals - Add version prefix to all API endpoints - Support v1 initially - Prepare for future versions
Description
Currently, all endpoints are at root level without versioning. This makes it difficult to introduce breaking changes.
Goals