{
"employeeId": 0,
"amount": 0,
"receiptAccount": "string",
"withdrawalPlatform": "string"
}
curl --location --request POST '/appMark/employeeWallet/withdrawal' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": 0,
"amount": 0,
"receiptAccount": "string",
"withdrawalPlatform": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"property1": {},
"property2": {}
}
}