Response Array is:
object(stdClass)#1 (3) {
["method"]=>
string(37) "POST to /php-rest-api-server/account/"
["result"]=>
string(38) "Successfully created New Account 48276"
["newAccount"]=>
object(stdClass)#2 (9) {
["id"]=>
int(48276)
["name"]=>
string(10) "Jane Smith"
["street_address"]=>
string(17) "345 Market Street"
["city"]=>
string(13) "San Francisco"
["state"]=>
string(2) "CA"
["country"]=>
string(3) "USA"
["zipcode"]=>
string(5) "94104"
["email"]=>
string(15) "janes@gmail.com"
["phone"]=>
string(15) "+1 650-987-6543"
}
}