{ "total": 0, "lists": [] }。curl --location '/your-crm-endpoint?keyword=&store_number=&page=&count=&sig=&sig_time='{
"total": 2,
"lists": [
{
"custom_id": "abcd0001",
"name": "张三",
"gender": 2,
"birthday": "1990-05-15",
"phone_cc": 86,
"phone_number": "13800138000",
"email": "zhangsan@example.com",
"marital_status": 1,
"has_baby": 0,
"has_beauty": 0,
"is_irritability": 0
},
{
"custom_id": "abcd0002",
"name": "张小三",
"gender": 1,
"phone_cc": 86,
"phone_number": "13900139000"
}
]
}