curl --location --request GET '/api/index/customer' \
--header 'Token: {{token}}'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"manual_kf": {
"status": 0,
"qr_code": "string",
"title": "string",
"phone": "string",
"service_time": "string"
}
}
}