curl -X POST https://148.113.194.48:8000/auth/login -H "Content-Type: application/json" -d '{"email":"user@test.com","password":"secret"}'
curl -X GET https://148.113.194.48:8000/events -H "Authorization: Bearer VOTRE_JWT"
curl -X POST https://148.113.194.48:8000/users -H "Authorization: Bearer ADMIN_JWT" -d '{"username":"new","email":"new@test.com","password":"pass","role":"user"}'
Deleting the wiki page "Exemples CURL" cannot be undone. Continue?