curl --location --request POST '/get_friend_msg_history' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "123456789",
"message_seq": 0,
"count": 20
}'{
"status": "ok",
"retcode": 0,
"data": {
"messages": []
},
"message": "",
"wording": "",
"stream": "normal-action"
}