Functions that will be needed to use both Cross and Spot

Hello Endpoints

To test connectivity we provide the following endpoints:

Hello

Returns a greeting.

GET /hello

Response:

{
  "hello": "world"
}

Authenticated Hello

Returns the authenticated user’s account ID.

GET /authedHello

Response: