Zoho Flow to Zoho CRM --> Result "invalid data"

Zoho Flow to Zoho CRM --> Result "invalid data"

Hello Folks,

I have a flow that bring the data (TAG) from ActiveCampaign and updated the contact at Zoho CRM. However the result is Zoho CRM says "invalid data". Does anyone know how to correct that?

Bellow the output of the flow from the ActiveCampaign:
{
   initiated_by: "admin",
   initiated_from: "admin",
   contact_phone: "+551199999999",
   contact_fields: "",
   list: "0",
   type: "contact_tag_added",
   contact_id: "1508",
   contact_email: "xxxxxx@gmail.com",
   contact_ip: "0.0.0.0",
   contact_tags: "Product - 3 frascos",
   date_time: "2023-07-13T20:40:16-05:00",
   isdebug: "false",
   contact_last_name: "Fulano de Tal",
   tag: "Product - 3 frascos",
contact_first_name: "Eduardo" }
Bellow the input from of Add Tag to Zoho CRM:
{
   Overwriteexistingtags?: "false",
   RecordID: "1508",
   Module: "5851079000000002179",
   Tags: "Product  - 3 frascos"
}
Bellow the output from Add Tag to Zoho CRM:
Zoho CRM says "invalid data"
The same problem occurs in another Flow that I have for news users...