I have built a small framework that still needs improvements and a major refactor (what’s there is what I managed to accomplish in 2 days), as the structure is designed to handle more complex logic and coverage.
I found 20 bugs. Regarding the 5 remaining bugs, I couldn’t identify 2 of them because the dev server was continuously returning a 500 status.
I also found one additional bug:
[PATCH] /users/{user_uuid}: In Swagger, the request body is marked as required for this endpoint, but if it is omitted or an empty object is provided, the response returns a 200 status.