{ "total": 0, "lists": [] }.curl --location 'https://gapi.evelabinsight.com/your-crm-endpoint?keyword=&store_number=&page=&count=&sig=&sig_time='{
"total": 2,
"lists": [
{
"custom_id": "abcd0001",
"name": "Jane Doe",
"gender": 2,
"birthday": "1990-05-15",
"phone_cc": 1,
"phone_number": "5551234567",
"email": "jane@example.com",
"marital_status": 1,
"has_baby": 0,
"has_beauty": 0,
"is_irritability": 0
},
{
"custom_id": "abcd0002",
"name": "Jane Smith",
"gender": 2,
"phone_cc": 1,
"phone_number": "5559876543"
}
]
}