Array
(
    [output] => SimpleXMLElement Object
        (
            [token] => invalid
            [errors] => SimpleXMLElement Object
                (
                    [error] => application token is invalid, see https://pushover.net/api
                )

            [status] => 0
            [request] => 00ac52b6-3d1b-40b0-ad39-21202f4dfda7
        )

    [input] => Pushover Object
        (
            [_token:Pushover:private] => app token goes here
            [_user:Pushover:private] => user token goes here
            [_debug:Pushover:private] => 1
            [_title:Pushover:private] => Hey Chris
            [_message:Pushover:private] => Hello world! 1715775011
            [_html:Pushover:private] => 
            [_timestamp:Pushover:private] => 1715775011
            [_device:Pushover:private] => iPhone
            [_priority:Pushover:private] => 2
            [_url:Pushover:private] => http://chris.schalenborgh.be/blog/
            [_url_title:Pushover:private] => cool php blog
            [_retry:Pushover:private] => 60
            [_expire:Pushover:private] => 3600
            [_callback:Pushover:private] => http://chris.schalenborgh.be/
            [_sound:Pushover:private] => bike
        )

)