Good morning guys, I hope all is well.
I come to this forum for the following question. Is it possible to send values in the body in an HTTP Request with the GET method?
since the api that I want to use needs to receive these values for its execution
[
{
“status”: “ERROR”,
“message”: “An error occurred while validating the data received in the request: A non-empty request body is required.”,
“_id”: null,
“data”: null
}
]