{
"body": {
"pageId": "string",
"recipientId": "string",
"message": "string"
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/butler/meta/private-message/send' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"pageId": "string",
"recipientId": "string",
"message": "string"
}
}'{
"code": 0,
"message": "",
"data": {
"entity": {}
}
}