Getting Invalid JSON response in the Data Action log when querying the Cognigy profile API. The endpoint returns a 200, but the payload seems off. Here’s the response:
{"token": "abc123", "expires": 1698765432}
The mapping expects data.token. Is the DFO API wrapping the response in a data object automatically, or do I need to adjust the JSON path in the Data Action configuration?