I have tried basically everything to make this action work but not luck. I think the action itself is broken. The image below showcases what's going wrong? The problem may be the header value. I have tried different options, but none work.
Option 1: Add header as
Table(
{ Key: "Accept", Value: "application/json;odata=verbose" },
{ Key: "Content-Type", Value: "application/json" }
)
Option 2: Added header as text
{"Accept": "application/json;odata=verbose"}
Option 3: Added header using ParseJSON
ParseJSON("{""Accept"": ""application/json;odata=verbose""}")