Create a session

Create a session for a user with a pre-existing micropayment channel.

POST
/v1/sessions
userIdentity?string

The identity of the user to create a session for.

micropaymentUpdate?string

The latest micropayment channel state for the user.

Response Body

curl -X POST "https://api.shelbynet.shelby.xyz/shelby/v1/sessions" \  -H "Content-Type: application/json" \  -d '{}'
{
  "sessionId": "string"
}