Authorization: Bearer ********************{
"dataId": 0,
"phonenumber": "string",
"shareUserId": 0,
"userId": 0,
"staffId": 0,
"dataName": "string",
"merchantId": 0,
"headOfficeId": 0,
"startDate": "string",
"endDate": "string",
"userType": "string"
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/consumer/v2/viewInfo/keepAlive' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": 0,
"phonenumber": "string",
"shareUserId": 0,
"userId": 0,
"staffId": 0,
"dataName": "string",
"merchantId": 0,
"headOfficeId": 0,
"startDate": "string",
"endDate": "string",
"userType": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}