GET https://dxp-xapi.develop.viewdo.run/v4/story/<%= story.key %>/function/<%= action.key %>
ContentType: application/json

###

POST https://dxp-xapi.develop.viewdo.run/v4/story/<%= story.key %>/function/<%= action.key %>/proxy/
Content-Type: application/json
Accept: application/json
event-type: application/json
event-namespace: ui.kubeless.io
event-id: a|c821a95-4be611cad44dd358.2
event-time: 2020-09-18T20:40:37.452Z
x-requested-with: XMLHttpRequest

{
   "actionConfig":{
     "parameters": {

     }
   },
   "experience":{
      "key":"$example",
      "data":{
         "name":null,
         "email":null
      },
      "user": {},
      "progress":"New",
      "currentEpisodeKey":null,
      "childEntityKey": null,
      "story":{},
      "organization":{}
   }
}
