INVALID_JSON_DATA on Make.com: The operation failed with an error message similar to "Invalid JSON data" or "Data is not a valid JSON string." — Root cause: This error occurs when a Make.com module receives data that it expects to be in JSON format, but the data is malformed or not valid JSON. This often happens when text or non-JSON data is passed to a module expecting a structured JSON object, or when there are syntax errors like missing brackets, unescaped quotes, or incorrect commas within the JSON string itself. — If you have followed all steps and the error persists, or if the data source is an external API that you cannot control, contact Make.com support. Provide them with the scenario ID, the full error message, screenshots of the module inputs/outputs where the error occurs, and