{
"user_id": -9007199254740991
}curl --location --request POST 'http://127.0.0.1:3000/api/get_user_profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": -9007199254740991
}'{
"status": "ok",
"retcode": 0,
"data": {
"nickname": "string",
"qid": "string",
"age": -2147483648,
"sex": "male",
"remark": "string",
"bio": "string",
"level": -2147483648,
"country": "string",
"city": "string",
"school": "string"
},
"message": "string"
}