Start a new topic

Example endpoint not working

I am trying to test call to an endpoint through API console.

I am sending the following request body -

{

"name": "Fred Jones",

"eyes": "Blue"

}



But receiving an error:

{

"error": "JSONParseError",

"description": "Unable to parse the JSON in the request",

"debug": "Unexpected token a"

}



Why?
1 Comment

Can you provide the endpoint code that is executing?
Login or Signup to post a comment