curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/research/papers/test-paper \
--header 'Content-Type: application/json' \
--data '
{
"pmid": "<string>",
"title": "<string>",
"abstract": "<string>"
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/research/papers/test-paper \
--header 'Content-Type: application/json' \
--data '
{
"pmid": "<string>",
"title": "<string>",
"abstract": "<string>"
}
'