Authorization: Bearer ********************{
"beginDateTime": "2019-08-24T14:15:22.123Z",
"customerCode": "string"
}curl --location --request POST 'https://main-data-api.pengbocloud.com/customer/user/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDateTime": "2019-08-24T14:15:22.123Z",
"customerCode": "string"
}'{
"code": 200,
"data": [
{
"id": 0,
"customerCode": "string",
"name": "string",
"phone": "string",
"remark": "string"
}
],
"msg": "success"
}