Lesson 6 · Talk to the Internet · Zero to AI Hero by Meegrow Labs
An HTTP POST request sends data to a server to create or submit something — with curl you add -X POST and -d '{"key":"value"}' to include a body instead of just fetching a resource.