As a developer
I need to add Swagger data models to document the API payloads
So that the API payloads are clearly described in the Swagger documentation
Details and Assumptions
Swagger data models will be added to the Flask-RESTX API in routes.py
The data models will describe the expected structure of the API payloads
Acceptance Criteria
Given the microservice using Flask-RESTX
When I add Swagger data models
Then the data models should describe the expected structure of the API payloads
And the Swagger documentation should include these data models
As a developer I need to add Swagger data models to document the API payloads So that the API payloads are clearly described in the Swagger documentation
Details and Assumptions
The data models will describe the expected structure of the API payloads
Acceptance Criteria