Types:
GET:
Used to request data from a specific resource or collection of resources. GET requests do not change the data on the server, they only retrieve it.
POST:
Used to send data to the server to create a new resource. For example, submitting data from an HTML form to be processed and stored on the server.