As a developer
I need to add the prefix /api to my REST API routes So that the API is clearly separated from UI routes, making it easier for consumers to distinguish between them.
Details and Assumptions
Acceptance Criteria
Given the refactored Flask-RESTX service
When a consumer accesses any API route
Then the route should start with `/api`, distinguishing it from UI routes
As a developer I need to add the prefix /api to my REST API routes
So that the API is clearly separated from UI routes, making it easier for consumers to distinguish between them.
Details and Assumptions
Acceptance Criteria