Report a user or comment for moderation.
curl --request POST \
--url https://staging-api.polysimulator.com/reports \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"reported_user_id": 123,
"reported_comment_id": 123,
"description": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request POST \
--url https://staging-api.polysimulator.com/reports \
--header 'Content-Type: application/json' \
--data '
{
"reason": "<string>",
"reported_user_id": 123,
"reported_comment_id": 123,
"description": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}