I am trying to consume one of below CLE API but facing below error. Basically I am trying to add new one record to existing layer. But api is giving below error.
I am trying below api with method POST and form data.
Little help will be highly appreciated.
METHOD : POST
ERROR:
{
    "issues": [
        {
            "message": "Provided zipfile expected with one entry, more found."
        }
    ],
    "error_id": "73307bf8-ba4e-41e2-941c-7cdbdd65a974",
    "response_code": "400 Bad Request"
}