Swagger UI- Swagger UI is Sending Blank RequestBody Even though it is specified as optional
Hi All, I have written a post request which is accepting requestbody as false.
@PostMapping(value = "/testPost")
@ResponseStatus(ACCEPTED)
@ApiOperation(value = "Testing post",
notes = "")
public ...