{
"since": "2020-11-08 16:38:07",
"before": "2020-11-12 16:38:07",
"pageSize": 10,
"pageNo": 1
}
curl --location --request POST '/api/v2/customer/qw-list-by-create-time' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"since": "2020-11-08 16:38:07",
"before": "2020-11-12 16:38:07",
"pageSize": 10,
"pageNo": 1
}'