The HTTP method I would use is the PUT method.
The GET, PUT(update) and the DELETE methods
CRUD stands for CREATE READ UPDATE and DELETE. Itโs used with REST keywords to create a backend js that connects with the server that gets, post, puts, and deletes data,
Setup your file with all the necessary installs, add routes, setup schema, create POST, GET, PUT, and DELETE handlers.