{
"user_id": 0,
"message": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}
curl --location --request POST '/send_private_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"message": [
{
"type": "text",
"data": {
"text": "string"
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 0
},
"message": "string",
"wording": "string",
"echo": "string"
}