Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$this->client->post($this->api_url, [ 'body' => $this->createRequestBody($request->to, $request->text) ]);
createRequestBody
$this->client->request('POST', $this->api_url, [ 'headers' => [ 'Content-Type' => 'text/xml;charset=UTF-8' ], 'body' => $this->createRequestBody($request->to, $request->text) ]);