curl --location --request POST 'https://qiyukf.com/openapi/kefu/v2/query?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1000
}'
{
"code":200,
"message":"OK",
"data":
{
"id":123,
"username": "登录用户名",
"realname": "真实姓名",
"nickname": "昵称",
"role": 0,
"phone": "18888888888",
"email": "some@b.c",
"status": 1,,
"createtime": 1498736257082,
"maxServiceCount": 1,
"skillScoreChat": 5,
"skillScoreIpcc": 5
}
}