{
"reason": "This post contains spam content. See details: [link](url)",
"report_type": "spam",
"target_id": 1,
"target_type": "post"
}curl --location --request POST '/reports' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "This post contains spam content. See details: [link](url)",
"report_type": "spam",
"target_id": 1,
"target_type": "post"
}'{
"code": 20000,
"data": {
"created_at": "2024-01-01 12:00:00",
"id": 1,
"status": "pending"
},
"err_code": "string",
"msg": null
}