Sharepoint API Call returns error "There is an unterminated string literal at position"

I’m using the Microsoft SharePoint Online - Make an API Call module to get online meeting objects from MS Graph API. Below is the module config:

URL: /v1.0/users/<user-id>/onlineMeetings?$filter=JoinWebUrl+eq+'https://teams.microsoft.com/l/meetup-join/19:meeting_<redacted_1>@thread.v2/0?context={"Tid":"<redacted>","Oid":"<redacted>"}'
Method: GET
Type: text

The module failed with this error:
The operation failed with an error. [400] Invalid filter clause: There is an unterminated string literal at position 128 in 'JoinWebUrl eq 'https://teams.microsoft.com/l/meetup-join/19:meeting_<redacted_1>@thread.v2/0'.

But when I use the same URL above on MS Graph Explorer it returns successfully. On Azure portal I enable both delagated and application permission. I can also call other Graph endpoints successfully through Make, only error with this endpoint.

Appreciate any help :pray:

Some how that string is messing up the API – try something much simpler and work your way up to confirm the URL format is working.