{
"externalCustomerId": "",
"externalSalesId": "",
"startTimeDate": "2022-01-06 00:00:00",
"endTimeDate": "2022-01-08 00:00:00"
}
curl --location --request POST '/api/v3/chat/log/count' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalCustomerId": "",
"externalSalesId": "",
"startTimeDate": "2022-01-06 00:00:00",
"endTimeDate": "2022-01-08 00:00:00"
}'
{
"code": 0,
"message": "",
"data": {
"toSalesCount": 0,
"toCustomerCount": 0
}
}