Hi guys, i’m trying to create users from a Java backend and this is the payload I add to my request:
{
"uid":55,
"metadata":"{“companyCode”:“Supertrans”,“companyName”:“Supertrans S.á.r.l.”,“Name”:“Administrator Administrator”}",
"role":"Shipper",
"name":"Administrator Administrator"
}
I get a Bad Request(400) when sending this. If I remove the metadata tag, it returns 200. JSON validator finds no errors with the string. What’s the problem here?