It is a severe API threat that arises when you save the request body as it is on the server instead of getting values from it one by one. In this piece, let's take a quick look at it.
When the user sends malicious code (most of the time database query) with the API request, they execute an API injection. In this piece, let's take a look at it and how you can prevent it from happening.