When I make this API post Request /posts/{id}/comments/add
:
I get this error:
{
"error_id": 400,
"error_message": "POST methods expects all parameters to be submitted as a form, not on the query string",
"error_name": "bad_parameter"
}
Any solution for this?
So select "POST" instead of "GET" in postman and put your body to the POST body instead of address line