API (Application Programming Interface
API (Application Programming Interface
Interface
What is an API?
• In web services, POST requests are used to send data to the API server
to create or update a resource. The data sent to the server is stored in the
request body of the HTTP request. The simplest example is a contact form
on a website
The post() method sends a POST request to the specified url.
The post() method is used when you want to send some data to the server .
THANK YOU