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