pub fn create_session_token_handler(
    ctx: Context<'_, '_, '_, '_, CreateSessionToken<'_>>,
    top_up: bool,
    valid_until: i64
) -> Result<()>