{
"cardNo": "string",
"physicalNo": "string",
"cardType": 1,
"activeStatus": 1,
"effectiveDate": "2019-08-24T14:15:22Z",
"expirationDate": "2019-08-24T14:15:22Z",
"makeCardDate": "2019-08-24T14:15:22Z",
"saleDate": "2019-08-24T14:15:22Z",
"operatorsId": "15831",
"overdueStatus": 1,
"listType": 2,
"lostType": 1,
"skid": "31210",
"userId": "27873",
"userName": "张三",
"userSex": "string",
"userPhone": "string",
"workName": "芋艿",
"workAddr": "string",
"paperType": 2,
"paperNo": "string",
"balance": 0,
"remark": "你猜",
"cardStatus": 2,
"scopeOfUse": "string",
"tenantId": "string"
}
curl --location --request POST '/admin-api/charging/card-info-user/create' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardNo": "string",
"physicalNo": "string",
"cardType": 1,
"activeStatus": 1,
"effectiveDate": "2019-08-24T14:15:22Z",
"expirationDate": "2019-08-24T14:15:22Z",
"makeCardDate": "2019-08-24T14:15:22Z",
"saleDate": "2019-08-24T14:15:22Z",
"operatorsId": "15831",
"overdueStatus": 1,
"listType": 2,
"lostType": 1,
"skid": "31210",
"userId": "27873",
"userName": "张三",
"userSex": "string",
"userPhone": "string",
"workName": "芋艿",
"workAddr": "string",
"paperType": 2,
"paperNo": "string",
"balance": 0,
"remark": "你猜",
"cardStatus": 2,
"scopeOfUse": "string",
"tenantId": "string"
}'
{
"code": 0,
"data": "string",
"msg": "string"
}