cURL
curl --request DELETE \ --url http://localhost:8000/api/competitors/{id} \ --header 'Authorization: Bearer <token>'
JWT token from login. Use: Authorization: Bearer <token>
Deleted