Fetch interactions for a profile
client.profileInteractions.fetch(params: ProfileInteractionFetchParams): Promise<ProfileInteractionFetchResponse>
const result = await client.profileInteractions.fetch({ profileId: '123456789' }); console.log(result);
ProfileInteractionFetchResponse