Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8000/api/api/mediums/1'
{
"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"
}