Error on core_v2_abuseReport.Create

We are trying to create an automation to flag content as abusive with some additional checks. We are getting the following error:

We are using this code:

var thread = core_v2_forumThread.Get(563075);
return core_v2_abuseReport.Create(thread.ContentId, core_v2_forumReply.ContentTypeId, {});



Fixed typo
[edited by: Stephen Vicino at 9:56 PM (GMT 0) on Tue, Nov 15 2022]