curl --location --request POST 'https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1/admin_sync_sources' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "all",
"devto_tag": "hackathon",
"limit": 30
}'{
"success": true,
"sources_synced": 0,
"total_ingested": 0,
"results": [
{
"source": "dev_community",
"articles_found": 0,
"jobs_found": 0,
"ingested_count": 0,
"error": "string"
}
],
"message": "string"
}