{
"start_time": 1622476800,
"end_time": 1625068800,
"cursor": "CURSOR",
"limit": 1000
}curl --location -g --request POST '/cgi-bin/externalcontact/list_contact_way?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_time": 1622476800,
"end_time": 1625068800,
"cursor": "CURSOR",
"limit": 1000
}'{
"errcode": 0,
"next_cursor": "string",
"contact_way": [
{
"config_id": "string"
}
],
"errmsg": "string"
}