curl -L \
--request POST \
--url 'https://HOSTNAME:8887/api/admin/notification/test_email' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"recipient": "text",
"subject": "text",
"content": "text"
}'