Authorization: Bearer ********************
{
"ids": [
0
],
"is_delete": 0
}
curl --location --request PUT '/article/soft-delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
0
],
"is_delete": 0
}'
{}