env('cmb.api_host'), 'timeout' => 50, ]); $response = $client->request('POST', $uri, [ RequestOptions::FORM_PARAMS => $data, ]); return $response->getBody()->getContents(); } }