{
"guid": "string",
"customer_type": 0
}curl --location '/contact/get_apply_list' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"customer_type": 0
}'{
"error_code": 0,
"error_message": "string",
"data": {
"users": [
{}
]
}
}