$data = json_decode($return);
$final_data = array();
$i = 0;
bunun altına
print_r($data);
ekleyip çıktıyı atar mısın
stdclass object ( [code] => rest_authentication_error [message] => sorry, you do not have permission to make rest apı requests. [data] => stdclass object ( [status] => 401 ) )
bu çıktıyı verdi hocam
@emirkrgz;