cargo run --releaseGET http://localhost:3000/pour lire tout les todosPOST http://localhost:3000/avec un body{ "content": "<Test to add>" }GET http://localhost:3000/idpour avoir un todo particulierPUT http://localhost:3000/id/completepour marquer un todo comme completeDELETE http://localhost:3000/idpour supprimer un todo particulierGET http://localhost:3000/protectedpour acceder a la page protetee par JWTPOST http://localhost:3000/registerpour creer un compte avec un body{ "username": "<username>", "password": "<password>" }POST http://localhost:3000/authorizepour recevoir un JWT avec un body{ "username": "<username>", "password": "<password>" }