failing parsing JSON on a post call with malformed JSON
{
"role":
{
"name": "string2",
},
{
"name": "string3",
},
{
"name": "string4",
},
}
Any help on formatting the json is really helpful
Thank you