During this effort, add all existing endpoints as JSON to postman (since old frontend wont' work again)
For file-upload, think of a good solution. For example, uploading the files first, saving them to a temp location with an ID, returning the ID. Then the caller can use the ID to add the files to the request.
Change all endpoints from form-data to JSON
During this effort, add all existing endpoints as JSON to postman (since old frontend wont' work again)
For file-upload, think of a good solution. For example, uploading the files first, saving them to a temp location with an ID, returning the ID. Then the caller can use the ID to add the files to the request.