通过 REST API 发送邮件的请求格式是什么?

1 通过 REST API 发送邮件的请求格式是什么?
请求

POST https://api.cloudflare.com/client/v4/accounts/{account_id}/email/sending/send,带 Authorization: Bearer <token> 与 JSON 体(to/from/subject/html/text)。

参考:Cloudflare Email Sending REST API 样例