elixFormsClient = $elixFormsClient; } public function test(Request $req, Response $res) { $response = $this->elixFormsClient->request('GET', '/status'); return $res->json([ 'external_api_response' => $response['json'] ?? $response['body'], 'status' => $response['status'] ]); } }