Error while Creating new process for deployment

Hi guys,

I’m following this link (Tutorial: How to Use Camunda's Rest API (Video 4) - YouTube) for consuming REST API in my project. In that video I checked that for deploying a new process we need to call a POST method with (/deployment/create) and proper header and body.

But in my case when I try to do the same,as a result it will return this JSON:
{
“type”: “RestException”,
“message”: “multipart/form-data cannot be processed”
}

Can you guys help me out of this issue?

Hi @Tanmay_Ghosh,

Can you provide the HTTP POST Request that you perform, as well as some stack trace or logs from the error?

Best,
Nikola