Endpoints
Two endpoints are configured for testing:-
POST /post —
requestBody.required: truewith all-optional fields. Switch to the API Reference tab and submit the form without filling any fields. Before the fix, no body is sent (causing 422). After the fix,{}is sent. - GET /get — Simple GET with no required body (control case).