GitHub: https://github.com/PramodKumarYadav/r...
Goal:
Make request body tidy and error proof using Json include.
Objective:
Show how to use @JsonInclude annotation to skip null fields and only include non null fields in request body.
Next steps:
Extend tests with Setup class.