Array
(
    [headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
        (
            [data:protected] => Array
                (
                    [server] => nginx
                    [date] => Sat, 16 Aug 2025 12:34:09 GMT
                    [content-type] => application/json
                    [content-length] => 43
                    [x-powered-by] => PHP/7.4.33
                    [cache-control] => private, must-revalidate
                    [x-ratelimit-limit] => 60
                    [x-ratelimit-remaining] => 59
                    [pragma] => no-cache
                    [expires] => -1
                    [access-control-allow-origin] => *
                    [vary] => Accept-Encoding,User-Agent
                    [content-encoding] => gzip
                )

        )

    [body] => {"error":"bad license"}
    [response] => Array
        (
            [code] => 401
            [message] => Unauthorized
        )

    [cookies] => Array
        (
        )

    [filename] => 
    [http_response] => WP_HTTP_Requests_Response Object
        (
            [response:protected] => WpOrg\Requests\Response Object
                (
                    [body] => {"error":"bad license"}
                    [raw] => HTTP/1.1 401 Unauthorized
Server: nginx
Date: Sat, 16 Aug 2025 12:34:09 GMT
Content-Type: application/json
Content-Length: 43
Connection: close
X-Powered-By: PHP/7.4.33
Cache-Control: private, must-revalidate
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
pragma: no-cache
expires: -1
Access-Control-Allow-Origin: *
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip

{"error":"bad license"}
                    [headers] => WpOrg\Requests\Response\Headers Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => Array
                                        (
                                            [0] => nginx
                                        )

                                    [date] => Array
                                        (
                                            [0] => Sat, 16 Aug 2025 12:34:09 GMT
                                        )

                                    [content-type] => Array
                                        (
                                            [0] => application/json
                                        )

                                    [content-length] => Array
                                        (
                                            [0] => 43
                                        )

                                    [x-powered-by] => Array
                                        (
                                            [0] => PHP/7.4.33
                                        )

                                    [cache-control] => Array
                                        (
                                            [0] => private, must-revalidate
                                        )

                                    [x-ratelimit-limit] => Array
                                        (
                                            [0] => 60
                                        )

                                    [x-ratelimit-remaining] => Array
                                        (
                                            [0] => 59
                                        )

                                    [pragma] => Array
                                        (
                                            [0] => no-cache
                                        )

                                    [expires] => Array
                                        (
                                            [0] => -1
                                        )

                                    [access-control-allow-origin] => Array
                                        (
                                            [0] => *
                                        )

                                    [vary] => Array
                                        (
                                            [0] => Accept-Encoding,User-Agent
                                        )

                                    [content-encoding] => Array
                                        (
                                            [0] => gzip
                                        )

                                )

                        )

                    [status_code] => 401
                    [protocol_version] => 1.1
                    [success] => 
                    [redirects] => 0
                    [url] => https://api.uxplugin.net/api/v1/ping
                    [history] => Array
                        (
                        )

                    [cookies] => WpOrg\Requests\Cookie\Jar Object
                        (
                            [cookies:protected] => Array
                                (
                                )

                        )

                )

            [filename:protected] => 
            [data] => 
            [headers] => 
            [status] => 
        )

)