Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8000/api/api/urls/1' \ --header 'Authorization: Bearer <token>'
{ "message": "URL deleted successfully" }