I have been following a Udemy fullstack dev course and I'm currently working on using the mailchimp API. Since the course was made, it appears that mailchimp has made significant changes to their website and it makes the video hard to follow. I followed the video to a T but I was unable to have my node server post to the mailchimp API. Going through the mailchimp API documentation, I am unable to find the proper pathing for the api. On their fundamentals page, they give you the link https://.api.mailchimp.com/3.0/. Going to their path parameters section, they give the path https://.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/notes/{id}. tried that and it didn't let me post.
Am I just bad at this or does mailchimp's documentation make it really confusing for beginners? I am unable to find just a direct url that I can use and change some paramters to my api key and what not...