Authorization: Bearer ********************
{
"user_id": "379450326",
"messages": [
{
"type": "node",
"data": {
"content": [
{
"type": "text",
"data": {
"text": "hahahah"
}
}
]
}
}
]
}
curl --location --request POST 'http://127.0.0.1:3000/send_private_forward_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "379450326",
"messages": [
{
"type": "node",
"data": {
"content": [
{
"type": "text",
"data": {
"text": "hahahah"
}
}
]
}
}
]
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 1934956788
},
"message": "",
"wording": ""
}