curl --location --request POST 'http://127.0.0.1:8081/ta404/gajyplat/common/common/email_01' \
--header 'SecretId: yhbcp' \
--header 'SecretKey: P2O3M7o8GQ7WW3OPS7OW5W5SiWYas0' \
--form 'email="mail.junyang@foxmail.com"' \
--form 'content="<h1>this is html email</h1><p>html格式的邮件发送测试</p>"' \
--form 'subject="测试邮件"' \
--form 'sourceType="wt"'
{}