我在following子中使用以下json作为#[payload],但特殊字符已转换为???在请求正文中。
{
"AcceptTruliooTermsAndConditions": true,
"CleansedAddress": false,
"VerboseMode": true,
"ConfigurationName": "Identity Verification",
"CountryCode": "CN",
"DataFields": {
"PersonInfo": {
"FirstGivenName": "言明",
"FirstSurName": "胡",
"DayOfBirth": 5,
"MonthOfBirth": 6,
"YearOfBirth": 1976
},
"NationalIds": [
{
"Number": "440861896421345987",
"Type": "NationalID"
}
]
}
}
因此,我没有得到正确的输出。