Is there a specific way to handle malformed JSON responses when querying NICE Cognigy profile tokens via Genesys Cloud Data Actions? The call returns a 200, but the payload looks like this: {"data": null, "error": "token_expired"}. The Data Action fails with a generic ‘JSON parse error’ instead of surfacing the actual error message. Need to know how to map or catch this without breaking the flow.