Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8000/api/api/mediums/1'
{
"data": [
{
"id": 1,
"name": "twitter",
"created_at": "2025-03-03T18:43:22.000000Z",
"updated_at": "2025-03-03T18:43:22.000000Z"
}
]
}