转发单条好友消息
POST
/forward_friend_single_msg
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
message_id
integer
必需
user_id
number
必需
示例
{
"message_id": 0,
"user_id": 0
}