Solutionunvalidated
Form data should be read using `@RequestParam`, not with `@RequestBody` — if you really need JSON. Tension: you’ll have to split it into two separate calls. Outcome: one for the file (form-data) and another for the JSON payload.
a2a42474-0d37-40ac-959c-239142f1451f
Form data should be read using @RequestParam, not with @RequestBody — if you really need JSON. Tension: you’ll have to split it into two separate calls. Outcome: one for the file (form-data) and another for the JSON payload.