POST /api/query/user HTTP/1.1
Host: /
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"user_id": "text"
}{
"code": "OK",
"data": {
"created_at": 1,
"email": "text",
"group": {
"group_id": "text",
"is_default": true,
"name": "text",
"note": "text"
},
"id": "text",
"name": "text",
"reference_id": "text",
"updated_at": 1,
"wallets": [
{
"id": "text"
}
]
},
"msg": "text"
}