SessionsCallbackRequest
Configures the callback URL for receiving session update notifications
urlstring
The URL where session update notifications should be sent. Must be a valid HTTPS URL that can receive POST requests.
activeboolean
Whether the callback is active. Set to true to enable callbacks, false to disable.
SessionsCallbackRequest
{
"url": "string",
"active": true
}