curl --request POST 'http://localhost:8787/api/notify' \
-d "[email protected]&subject=hello&body=see attached&attachments[][type]=text/plain&attachments[][content]=aGVsbG8sIHdvcmxkIQ==&attachments[][filename]=hello.txt"
npm run dev
npm test
curl --request POST 'http://localhost:8787/api/notify' \
-d "[email protected]&subject=hello&body=see attached&attachments[][type]=text/plain&attachments[][content]=aGVsbG8sIHdvcmxkIQ==&attachments[][filename]=hello.txt"
npm run dev
npm test