I am trying to test multipart/form-data to a third party API. It works well via PostMan but I am unable to get the same result via yellow.ai API curl import. Appreciate if someone could share a sample to upload file data. Thanks!
I get the below error:
{
“details”: “EX231120161858298CDK”,
“code”: “INVALID_REQUEST_BODY”,
“message”: “Missing start boundary”
}