Open
Description
It's often a problem that value types are not nullable in the request body, but the destination API expects them to be null, depending business rules.
Add a setting to make it possible to generate nullable value types for optional request body properties (Refitter)
To prevent I have to update those fields manually every time a re-generation of the code (i.e.. after a change of the destination API) is needed.