Execute an action in the browser session and observe the resulting state.
The step endpoints should only be used after a previous observe (or another step) call. Observations give you a snapshot of the current state, including available actions. Stepping allows you to execute an action and observe the resulting state.
Example of a step request:
{
"id": "I1",
"value": "Paris",
}
Returns a new observation of the new state after executing the specified action.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Used for session.execute calls