Authorization: Bearer ********************curl --location --request DELETE 'http://localhost:8000/api/api/tags/1' \
--header 'Authorization: Bearer <token>'{
"data": {
"name": "twitter",
"updated_at": "2025-03-03T18:43:22.000000Z",
"created_at": "2025-03-03T18:43:22.000000Z",
"id": 1
},
"message": "Source created successfully"
}