{
"userDataFileUrl":"",
"name":""
}
curl --location --request POST 'http://localhost:8080/xd/verification/addUserRecordDetails' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userDataFileUrl":"",
"name":""
}'
{"msg":"操作成功","code":200,"data":true}