Authorization: Bearer ********************
{
"name": "twitter"
}
curl --location --request POST 'http://localhost:8000/api/api/sources' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "twitter"
}'
{
"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"
}