%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/public_html/maputilities/
Upload File :
Create Path :
Current File : /home/ugotscom/public_html/maputilities/test.php

<?php

$data = [
  'hasUserAcceptedTermsAndConditions' => true,
  'address' => [
               "postcode"=> "NW18SJ",
            "addressLine1"=>"87 Castlehaven Road",       
],
];



$apiKey = 'znergi-test-key';

$json = json_encode($data);

$curl = curl_init();
curl_setopt($curl, CURLOPT_HTTPHEADER, array(
  'Content-Type: application/json',
   'Authorization: ' . $apiKey,
  ));
curl_setopt($curl, CURLOPT_URL, "https://api-staging.switchcraft.co.uk/api/v1/energy/quote");
curl_setopt($curl, CURLOPT_POSTFIELDS, $json);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($curl);
echo $result;
curl_close($curl);

?>

Zerion Mini Shell 1.0