X-Client-Key: ********************X-Timestamp: ********************X-Sign: ********************curl --location --request GET '/api/member/get?id=demo_1' \
--header 'X-Client-Key: <api-key>' \
--header 'X-Timestamp: <api-key>' \
--header 'X-Sign: <api-key>'{
"code": 0,
"msg": "OK",
"data": {
"id": "string",
"name": "string",
"avatar": "string",
"email": "string",
"phone": "string",
"role": 0,
"from": 0,
"create_time": "string",
"update_time": "string"
}
}