Based on your mention of an error, it looks like you might be experiencing a "failed to parse body" error with an HTTP API enrichment. This typically happens when there's an issue with the JSON formatting in your request body.
Common causes include:
** Missing quotation marks around text values
** Extra commas at the end of lines
* Incorrect syntax or special characters
Could you please copy and paste the JSON from your request body into this chat? That way, I can help troubleshoot the specific formatting issues.
In the meantime, you might try using a JSON validator like JSONLint to check your formatting.