Which HTTP method below is used to create a new resource?
POST
PATCH
PUT
The POST method creates a new resource. The PUT method replaces a resource with a new one. The PATCH method does update a resource with a new value.