FrontToken: ********************[
"string"
]curl --location --request POST '/front/inner-api/userAccount/list' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'[
{
"userId": "string",
"balanceAmount": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"balanceTotalAmount": 0,
"paymentTotalAmount": 0,
"couponTotalAmount": 0
}
]