Multipart/formdata with webMethods OnPremise and API Gateway

I fixed it by myself. I tried to combine JSON and multipart/form-data in one endpoint and the REST API descriptor (rad) can not handle it.
I split up the content types in two endpoints and it was working.