/dev/ui/openwindow/newmail/
/legacy/ui/openwindow/newmail/
/v1/ui/openwindow/newmail/
curl --location --request POST 'https://esi.evetech.net/latest/ui/openwindow/newmail/' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string",
"recipients": [
0
],
"subject": "string",
"to_corp_or_alliance_id": 0,
"to_mailing_list_id": 0
}'
{}