{
"guid": "string",
"keyword": "string",
"type": 0
}curl --location '/customer/search_contact' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"keyword": "string",
"type": 0
}'{
"error_code": 0,
"error_message": "string",
"data": {
"searchResult": {}
}
}