Authorization: ********************{
"content": "你好呀!",
"fid": 123456
}curl --location '/api/v1/message/sendWhisper' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"content": "你好呀!",
"fid": 123456
}'{
"code": 0,
"data": null,
"msg": "string"
}