curl --location --request GET '/api/user/withdrawApply/list' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"accountId": 0,
"accountName": "string",
"accountNo": "string",
"accountType": 0,
"accountTypeName": "string",
"bankName": "string",
"identity": "string",
"userId": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}