Data Action JSON parse error on Cognigy profile tokens

Trying to pull user context from NICE Cognigy via a custom Data Action in Architect. The GET to our endpoint returns valid JSON, but the Data Action fails with a parsing error because Cognigy wraps the profile tokens in a way that breaks the standard mapping. The payload looks like this: {“data”: {“profile”: {“token”: “abc123”}}}. How do I map that nested token correctly without it throwing a schema validation error?