curl --location --request POST '/get_online_file_msg' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": "123456789" }'
{ "status": "ok", "retcode": 0, "data": [], "message": "", "wording": "" }