Array
(
    [headers] => WpOrg\Requests\Utility\CaseInsensitiveDictionary Object
        (
            [data:protected] => Array
                (
                    [server] => nginx/1.18.0 (Ubuntu)
                    [date] => Wed, 29 Apr 2026 20:20:38 GMT
                    [content-type] => application/json; charset=utf-8
                    [content-length] => 65
                    [x-powered-by] => Express
                    [etag] => W/"41-JfiCm0nTSxbOOzFDAoDbWH1GG2A"
                )

        )

    [body] => {"message":"Hello from VPS","received":{"test":"from wordpress"}}
    [response] => Array
        (
            [code] => 200
            [message] => OK
        )

    [cookies] => Array
        (
        )

    [filename] => 
    [http_response] => WP_HTTP_Requests_Response Object
        (
            [data] => 
            [headers] => 
            [status] => 
            [response:protected] => WpOrg\Requests\Response Object
                (
                    [body] => {"message":"Hello from VPS","received":{"test":"from wordpress"}}
                    [raw] => HTTP/1.1 200 OK
Server: nginx/1.18.0 (Ubuntu)
Date: Wed, 29 Apr 2026 20:20:38 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 65
Connection: close
X-Powered-By: Express
ETag: W/"41-JfiCm0nTSxbOOzFDAoDbWH1GG2A"

{"message":"Hello from VPS","received":{"test":"from wordpress"}}
                    [headers] => WpOrg\Requests\Response\Headers Object
                        (
                            [data:protected] => Array
                                (
                                    [server] => Array
                                        (
                                            [0] => nginx/1.18.0 (Ubuntu)
                                        )

                                    [date] => Array
                                        (
                                            [0] => Wed, 29 Apr 2026 20:20:38 GMT
                                        )

                                    [content-type] => Array
                                        (
                                            [0] => application/json; charset=utf-8
                                        )

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

                                    [x-powered-by] => Array
                                        (
                                            [0] => Express
                                        )

                                    [etag] => Array
                                        (
                                            [0] => W/"41-JfiCm0nTSxbOOzFDAoDbWH1GG2A"
                                        )

                                )

                        )

                    [status_code] => 200
                    [protocol_version] => 1.1
                    [success] => 1
                    [redirects] => 0
                    [url] => https://api.capitalgain.com/test
                    [history] => Array
                        (
                        )

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

                        )

                )

            [filename:protected] => 
        )

)