Error while Creating Process using REST API

I am trying to create process using REST API of Camunda.
following is the POSTMAN Request
POST /engine-rest/deployment/create HTTP/1.1
Host: localhost:8080
Postman-Token: 1f2ccab7-0e8f-9122-4560-aa403b8a82ca
Cache-Control: no-cache
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW

------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name=“deployment-name”

My Test
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name=“enable-duplicate-filtering”

false
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name=“deploy-changed-only”

false
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name=“MYBPMFILENAME.bpmn”; filename=“watch_team.bpmn”
Content-Type:

------WebKitFormBoundary7MA4YWxkTrZu0gW–

I am getting this exception .

{
“type”: “RestException”,
“message”: “multipart/form-data cannot be processed”
}
What am i doing wrong ??

Hi,

Even I am also getting the same error. even after followed the same steps above. kindly let me know if this problem is solved.

Thanks & Regards,
Prakash R.