FLIGHT CLASS

curso.flightclass.com.br

$data = [ 'samplekey' => 'value', 'otherkey' => 'othervalue' ]; $headers = [ 'Content-Type' => 'application/json', 'Content-Length' => sizeof($data) ]; $response = Request::post('https://example.com', $data, $headers);