Here is the JSON result and I will like to get fetch out ["address"] and ["network"] using PHP
array(2) {
  ["status"]=>
  string(7) "success"
  ["data"]=>
  array(4) {
    ["network"]=>
    string(3) "BTC"
    ["user_id"]=>
    int(20)
    ["address"]=>
    string(34) "3DHSXwP49f6iLLfQXUQTFxPcedJdy4v8ii"
    ["label"]=>
    string(7) "ndaga81"
  }
}
 
    