As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
udi zohar
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?