curl --request POST \
--url https://api.example.com/entity/moderation/suggested-flags/convert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityID": 123,
"entityTypeID": 123,
"flagTypeID": 123
}
'{
"success": true,
"data": "<unknown>"
}Returns the history data for any and all entities, including ism|iser, etc.
curl --request POST \
--url https://api.example.com/entity/moderation/suggested-flags/convert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityID": 123,
"entityTypeID": 123,
"flagTypeID": 123
}
'{
"success": true,
"data": "<unknown>"
}