curl --location --request POST '/get_doubt_friends_add_request' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 10
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"user_id": 123456789,
"nickname": "昵称",
"age": 20,
"sex": "male",
"reason": "申请理由",
"flag": "flag_123"
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}