POST is used to send data to a server to create a new resource. It’s commonly used for submitting forms, uploading files, or making changes to a database. Unlike GET, POST requests can modify the server’s data.