*/ public function toArray(Request $request): array { return [ "id"=> $this->id, "message" => $this->message, "response_body" => $this->response_body, "status" => $this->status, "created_at" => $this->created_at->toDateTimeString(), "updated_at" => $this->updated_at->toDateTimeString(), ]; } }