Create a session
Create a session for a user with a pre-existing micropayment channel.
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 "http://localhost:9090/v1/sessions" \ -H "Content-Type: application/json" \ -d '{}'
{
"sessionId": "string"
}