Is it possible to sqli a url, which throw blank body and 400 code when SQL error? [closed]

I have a URL, which looks like:
POST /v1/api/user/resetUserPassword

this API only accepts 1 parameter: email
and the response looks like:

200 when parameter is valid, and everything is OK in backend, e.g. email=iamgood@example.com, ret… Continue reading Is it possible to sqli a url, which throw blank body and 400 code when SQL error? [closed]