{
"title": "string",
"intro": "string",
"content": "string",
"anonymous": true,
"public_edit": true
}
curl --location --request POST 'https://bit101.flwfdd.xyz/papers' \
--header 'fake-cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"intro": "string",
"content": "string",
"anonymous": true,
"public_edit": true
}'
{
"id": 0
}