Hi,
I have a few existing Specs that have two formats in the request and response payload properties:
- kebab-case
- under_score
I would like to standardize the design by making the payload property names to camelCase.
How do I map the camelCase format to the kebab-case or under_score property that the backend expects?