このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"to": "string",
"subject": "string",
"text": "string"
}curl --location 'https://misskey.io/api/admin/send-email' \
--header 'Content-Type: application/json' \
--data '{
"to": "string",
"subject": "string",
"text": "string"
}'{}