you can create data class files using this code. Note: this code is only for python getters and setters.
#Steps
- Change the value of variable library_name to the name of your library.
- copy the request or response(whatever you want) from POSTMAN or inspect element.
- paste it to dataclass generating site like https://app.quicktype.io/
- paste it into your dataclass file.
- copy the variable names and paste it into input.txt file.
- Check the output in output.txt file.