curl --request POST \
--url http://localhost/wallet/api/user/infoList{
"code": 123,
"msg": "<string>",
"data": [
{
"agencyCode": "<string>",
"appId": "<string>",
"appUserId": "<string>",
"email": "[email protected]",
"walletAccountType": "CORPORATE",
"documentNo": "<string>",
"documentType": "<string>",
"firstName": "<string>",
"kycStatus": "<string>",
"lastName": "<string>",
"mobile": "<string>",
"nickname": "<string>",
"profilePhoto": "<string>",
"regionCode": "<string>",
"regionDesc": "<string>",
"registerTime": "2023-11-07T05:31:56Z",
"rejectReason": "<string>"
}
]
}curl --request POST \
--url http://localhost/wallet/api/user/infoList{
"code": 123,
"msg": "<string>",
"data": [
{
"agencyCode": "<string>",
"appId": "<string>",
"appUserId": "<string>",
"email": "[email protected]",
"walletAccountType": "CORPORATE",
"documentNo": "<string>",
"documentType": "<string>",
"firstName": "<string>",
"kycStatus": "<string>",
"lastName": "<string>",
"mobile": "<string>",
"nickname": "<string>",
"profilePhoto": "<string>",
"regionCode": "<string>",
"regionDesc": "<string>",
"registerTime": "2023-11-07T05:31:56Z",
"rejectReason": "<string>"
}
]
}