Response Array is:

object(stdClass)#1 (3) {
  ["method"]=>
  string(40) "GET to /php-rest-api-server/account/2345"
  ["result"]=>
  string(44) "Successfully retrieved Specific Account 2345"
  ["account"]=>
  object(stdClass)#2 (9) {
    ["id"]=>
    string(4) "2345"
    ["name"]=>
    string(10) "John Smith"
    ["street_address"]=>
    string(15) "123 Main Street"
    ["city"]=>
    string(13) "San Francisco"
    ["state"]=>
    string(2) "CA"
    ["country"]=>
    string(3) "USA"
    ["zipcode"]=>
    string(5) "94103"
    ["email"]=>
    string(14) "john@smith.com"
    ["phone"]=>
    string(15) "+1 415-123-4567"
  }
}