Use Case:
Mock zoho api (use any simple python, pip install web server) and dump request came from ESB and see what is missing in request. Some of the header most probably missing, Content-Disposition Content-Type
API states "name" parameter is mandatory.
Looking at your code you are not doing anything with the incoming payload. so why are you trying to mediate the payload? just pass through it.