I am getting the following response when trying to POST an object to an index:
{
"message": "lexical error: malformed number, a digit is required after the minus sign. Around '------WebK' near line:1 column:1", "status": 400
}
What can I do to fix this?
You need to POST your data as JSON to the API endpoint, not as a form-data
form submission.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With