{
"reason": "flagged-object",
"object": {
"type": "comment",
"id": "string"
},
"message": "string"
}curl --location --request POST 'https://api.sqabl.com/v1/arena//member//warn' \
--header 'Authorization: Bearer <access-token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "flagged-object",
"object": {
"type": "comment",
"id": "string"
},
"message": "string"
}'{}