forked from loafle/openapi-generator-original
* encode object in json and add content-type:application/json for multipart/form-data fix issue https://github.com/OpenAPITools/openapi-generator/issues/8068 * update samples by ./bin/generate-samples.sh * non-ascii chars supported in encoding object to json, and add "content-type:application/json; charset=utf-8" * update samples again, by ./bin/generate-samples.sh * update comment(docstring) in parameters_to_multipart according to the discussion in PR review. * fix default value in parameters_to_multipart function as described in PR review comment. * update samples again, by ./bin/generate-samples.sh