Zoho Flow and Zoho CRM --> Invalid Data

Zoho Flow and Zoho CRM --> Invalid Data

Hello folks,

I've created a flow at Zoho Flow to Add a tag in the contact in the Zoho CRM.

The flow initiate with the creation or updated of the contact at ActiveCampaign and then the Tag will be added by the flow in the Zoho CRM. However, the flow it´s returning Zoho CRM says "invalid data". Doesn´t make sense since I'm using the parameters specified for Zoho CRM.

The ouput from Contact added tag is:
{
   initiated_by: "admin",
   initiated_from: "admin",
   contact_phone: "+5511999999999",
   contact_fields: "",
   list: "0",
   type: "contact_tag_added",
   contact_id: "1508",
   contact_email: "xxxxxxxxxxxxxxx@gmail.com",
   contact_ip: "0.0.0.0",
   contact_tags: "ProdutX",
   date_time: "2023-07-14T06:49:32-05:00",
   isdebug: "false",
   contact_last_name: "LastNameX",
   tag: "ProductX",
   contact_first_name: "Eduardo"
}
The input in Add Tags are:
{
   Overwriteexistingtags?: "false",
   RecordID: "1508",
   Module: "5851079000000002179",
   Tags: "ProductX"
}     
And the output from Add Tgas are:
Zoho CRM says "invalid data"