curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/research/papers/backfill-historical \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "<string>",
"endDate": "<string>",
"searchTerms": [
"<string>"
],
"includeMeshTerms": true,
"maxPapersPerMonth": 100
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/research/papers/backfill-historical \
--header 'Content-Type: application/json' \
--data '
{
"startDate": "<string>",
"endDate": "<string>",
"searchTerms": [
"<string>"
],
"includeMeshTerms": true,
"maxPapersPerMonth": 100
}
'