{
"title": "string",
"intro": "string",
"content": "string",
"anonymous": true,
"public_edit": true
}
curl --location --request PUT '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
}'
{}