$this->username]); $response = $this->client->post('auth-token/generate', ['body' => $requestData ] ); return $this->success($response); } }