$json = [
'email' => $this->request['email'],
'phone' => $this->request->phone,
'inn' => $this->request->inn,
'message' => $this->request->message,
'created' => "2020-06-25T12:05:44.377420",
]
(new Client())->post(http://xxx/api/v1/requests, [
'headers'=>array('Content-Type'=>'application/json', 'Accept' => 'application/json'),
'json' => $json,
]);