curl --location --request POST '/send_private_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "123456789",
"message": "hello"
}'{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 123456
},
"message": "",
"wording": "",
"stream": "normal-action"
}