{
"guid": "string",
"start_index": 0,
"page_size": 0,
"get_total": true,
"refresh_cache": true
}curl --location '/contact/get_contact_list' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"start_index": 0,
"page_size": 0,
"get_total": true,
"refresh_cache": true
}'{
"error_code": 0,
"error_message": "string",
"data": {
"users": [
{}
],
"nextIndex": 0,
"total": 0
}
}