Hi guys, following the documentation https://docs.medusajs.com/plugins/notifications/mailchimp I tried to set up the newsletter. I installed medusa-plugin-mailchimp, then I configured the api in the env MAILCHIMP_API_KEY and MAILCHIMP_NEWSLETTER_LIST_ID, and finally added the plugin section.
After that I tried to deploy the project and send the request via postman
https://<server>/mailchimp/subscribe
In the body I put raw-json
{
"email": "example@gmail.com"
}
but it returns 404