Authorization: Bearer ********************
{
"user_id": 379450326,
"message": [
{
"type": "rps",
"data": {
}
}
]
}
curl --location --request POST 'http://127.0.0.1:3000/send_private_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 379450326,
"message": [
{
"type": "rps",
"data": {
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 696124706
},
"message": "",
"wording": ""
}